Is there a way to access multiple claims when using custom authentication?
Open
AuthN/Z
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I am using Azure B2C as my identity provider and it returns the name by default (firstname givename). I can access the user's email address if I use the below configuration, but I then no longer have the users name.
`"nameClaimType": "emails",`
Is there a way to request multiple claims from the decoded token? In my situation name and emails ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.