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?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.