Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure AD B2C mapping fails after upgrade from 4.1.1 to 4.3.0 #1194

Open
shineability opened this issue Apr 16, 2024 · 1 comment
Open

Azure AD B2C mapping fails after upgrade from 4.1.1 to 4.3.0 #1194

shineability opened this issue Apr 16, 2024 · 1 comment

Comments

@shineability
Copy link

Apparently the mapUserToObject method has changed and added some extra mappings in 4.3.0.

In one of our projects, the claims coming from a client's AD B2C account - to which we don't have access - don't contain a name or emails claim and thus existing code breaks.

Is the solution to update the package providing (empty) defaults for the extra mappings or would you argue that the claims SHOULD always be present in the payload?

Related issue #1165

@atymic
Copy link
Member

atymic commented Apr 16, 2024

Feel free to PR, or attach a sample response to this ticket so we can look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants