Dear ,
I configued SSO to intergrate with other site .
when they try to use SSO in crowd , there is error message .
ERROR [saml2.profile.impl.AddNameIDToSubjects] Profile Action AddNameIdAction: Error while generating NameID
org.opensaml.saml.common.SAMLEml2.profile.impl.AddNameIDToSubjects] Profile Action AddNameIdAction: Request specified use of an unsupportable identifier format: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress[saml2.profile.impl.AddNameIDToSubjects] Profile Action AddNameIdAction: Request specified use of an unsupportable identifier format: urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddressxception: The format to generate does not match the value configured
at org.opensaml.saml.common.profile.AbstractNameIdentifierGenerator.generate(AbstractNameIdentifierGenerator.java:272)
Thanks,
Hi @Bongjoo Kim 👋🏻
First of all, welcome to community! ✨
This error occurs because the Atlassian application expects a standard username to authenticate the user, but your Identity Provider (IdP) is attempting to send an Email Address format (urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress).
Crowd or the connected Atlassian app rejects this since it doesn't match the expected identifier format.
You can follow the below steps to resolve the error:
I hope this helps & answers your question. 🙂
Thanks,
Anwesha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.