This topic has 3 replies, 2 voices, and was last updated 4 days, 13 hours ago by Jatinder Singh.
-
AuthorPosts
-
February 19, 2021 at 1:24 pm #28461
praveenpasi
ParticipantHi,
We are using ForgeRock 6.5 version & sucessfully established federation between ForgeRock & IDCS with ForgeRock as IdP as IDCS as SP.
In the SAML response returned from ForgeRock to IDCS,currently only the below attribute(mail) are returned.<saml:AttributeStatement>
<saml:Attribute Name=”mail”>
<saml:AttributeValue xmlns:xs=”http://www.w3.org/2001/XMLSchema”
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:type=”xs:string”
>[email protected]</saml:AttributeValue>
</saml:Attribute>
</saml:AttributeStatement>
</saml:Assertion>What should I do(configure) if I want to return multiple attributes like firstName,lastName etc to be returned in SAML response.
Please suggest.
Regards,
PraveenFebruary 21, 2021 at 6:06 am #28462Jatinder Singh
ParticipantYou need to configure
Entity Providers
>Your SP
>Assertion Processing
>Attribute Map
. Please ensure the attributes being used are also specified in the identity repository.Thanks,
JatinderFebruary 23, 2021 at 6:39 am #28465praveenpasi
ParticipantThanks Jatinder,
It really helped a lot.I could get the desired attributes after configuring in Entity Providers > Your SP > Assertion Processing > Attribute Map.Thanks Again,
PraveenFebruary 23, 2021 at 3:56 pm #28466Jatinder Singh
ParticipantGreat. Happy ForgeRocking!
-
AuthorPosts
You must be logged in to reply to this topic.