You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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?
<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?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.