Mar 01 2018
07:17 PM
- last edited on
Jan 14 2022
05:26 PM
by
TechCommunityAP
Mar 01 2018
07:17 PM
- last edited on
Jan 14 2022
05:26 PM
by
TechCommunityAP
Hi,
We're currently working through using Azure B2C as an IdP for Identity Server 4.0 as a federation gateway and then to ADFS to access an internal relying party trust configured for a specific use case. We've got all of the configuration in place but we're having issue with trying to get the email attribute from the B2C token flowing through as expected.
In Azure B2C, this comes through via the claim attribute "emails" as it's a string collection type and have spent hours running through various options from online ideas to no avail.
Thanks in advance if anyone has any idea's on this issue.
Mar 04 2018 08:35 PM
Mar 04 2018 08:35 PM
SolutionLuckily this issue is now resolved as using the Identity Server Profile Service http://docs.identityserver.io/en/release/reference/profileservice.html allowed for us to "Transform" the incoming claims attribute "emails" to be sent through in the JWT as "email" as required.