Skip to content

Disallow a dynamic registration client from requesting scopes without…#3297

Open
coheigea wants to merge 1 commit into
mainfrom
coheigea/dynamic-registration
Open

Disallow a dynamic registration client from requesting scopes without…#3297
coheigea wants to merge 1 commit into
mainfrom
coheigea/dynamic-registration

Conversation

@coheigea

@coheigea coheigea commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

… validation

((AbstractOAuthDataProvider)clientProvider).getPermissionMap().keySet());
}

if (allowedScopes != null && !new HashSet<>(allowedScopes).containsAll(requestedScopes)) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we care about string case sensitivity? (lower case <-> upper case fe)

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