Forum Discussion
Anonymous
Mar 01, 2018Azure B2C and being able to use email/emails attribute from the claim
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 us...
- AnonymousMar 04, 2018
Luckily 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.
Anonymous
Mar 04, 2018Luckily 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.