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

Avoid group configuration in id_token when using appRoles #20733

Merged
merged 1 commit into from
Apr 19, 2021

Conversation

yiliuTo
Copy link
Member

@yiliuTo yiliuTo commented Apr 16, 2021

Reported in issue, when group attributes are configured for roles claim, then appRoles will be overrided. Thus we add declaration for this.
Here is the related official doc from Azure Active Directory.

image

@ghost ghost added the azure-spring All azure-spring related issues label Apr 16, 2021
"name": "groups",
"additionalProperties": ["emit_as_roles"]
}]
}

Choose a reason for hiding this comment

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

@backwind1233
FYI: Maybe you can use this feature when you developing this feature: #20218

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.

@yiliuTo yiliuTo merged commit e6e085e into Azure:master Apr 19, 2021
benbp pushed a commit that referenced this pull request Apr 28, 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.

2 participants