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

Use value instead of key for user-flows. #24443

Conversation

ZhuXiaoBing-cn
Copy link
Contributor

In aad b2c, map is used to store the type and name of the user flow in b2c, where the key stores the type and the value stores the name. In the access token, the name of the user flow will be used as part of the iss, and the key stored in the key is currently used, which will cause problems. Here we will use value to solve the problem.

@ghost ghost added the azure-spring All azure-spring related issues label Sep 29, 2021
@ZhuXiaoBing-cn ZhuXiaoBing-cn linked an issue Sep 29, 2021 that may be closed by this pull request
Copy link

@chenrujun chenrujun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ZhuXiaoBing-cn ZhuXiaoBing-cn merged commit 3739f18 into Azure:main Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why do you use key instead of value for user-flows?
2 participants