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

Allow OIDC with Azure B2C #10

Open
wants to merge 29 commits into
base: TOTARA_160_STABLE-catalyst
Choose a base branch
from

Conversation

Peterburnett
Copy link

There are a couple of places where the client_secret should not be passed to Azure B2C as part of the authentication requests. B2C is picky about this, and will reject the token grant if passed. The data bindings also needed to be improved and allowed to suit custom values, as the B2C data bindings are different to the default bindings in AAD.

There are a couple of places where the client_secret should not be passed to Azure B2C as part
of the authentication requests. B2C is picky about this, and will reject the token grant if passed.
The data bindings also needed to be improved and allowed to suit custom values, as the B2C data bindings
are different to the default bindings in AAD.
Peterburnett and others added 28 commits March 7, 2023 11:27
Use email as primary key for user matching
Allow for configurable matching
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

Successfully merging this pull request may close these issues.

2 participants