Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

Cosmin Lazar 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

0 votes
Serge NG 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?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events