-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Critical
-
Component/s: miniorange-saml-sp-plugin
-
None
-
Environment:Jenkins 2.462.1
We have upgraded the Jenkins image and also upgraded the plugins. We use the following config with miniorange in our CASC.yml file. We use onelogin for SSO. It was working fine until today. Please let us know if anything has been changed. or we need to add any additional attributes . I see there is one change related to miniorange in jenkins release 2.452.4
  moSAMLAddIdp:
   emailAttribute: "NameID"
   enableRegexPattern: "^.?(?=@)"  # Expression ^.?(?=@) to extract demo from username demo@example.com
   idpEntityId: ${IDP_ENTITY_ID}
   loginType: "usernameLogin"
   nameIDFormat: "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
   publicx509Certificate: ${PUBLIC_CERTIFICATE}
   signedRequest: false
   sloBindingType: "HttpRedirect"
   ssoBindingType: "HttpRedirect"
   ssoUrl: ${SSO_URL}
   userAttributeUpdate: false
   userCreate: true
   usernameAttribute: "NameID"