The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I configure the user attributes received in the SAML assertion with Crowd SSO?

Cosmin Lazar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 16, 2021

Hi,

I'm trying to integrate my app with a Data-center Crowd as a SSO Identity Provider. I've configured the app in Crowd and the authentication is triggered (via SAML REDIRECT BINDING) but on the returned authentication message I get only the "atl.crowd.properties.remember_me" which is not very useful to my use case. I'd like to e.g. get the user's email set-up in the Crowd directory.

How can I configure Crowd to map user attributes to SAML attributes for my app?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Serge NG
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 10, 2021
 <saml2:Subject> <saml2:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified">admin</saml2:NameID>
  <saml2:AttributeStatement> <saml2:Attribute Name="atl.crowd.properties.remember_me"> <saml2:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xsd:boolean" >false</saml2:AttributeValue> </saml2:Attribute> </saml2:AttributeStatement>

Crowd only send this unusable saml attribute 

<saml2:Attribute Name="atl.crowd.properties.remember_me">

 

Where is the configuration file to send the username attribute in the saml response?

TAGS
AUG Leaders

Atlassian Community Events