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

DEP Implementation: Dynamic Scopes support #2960 #2962

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

loafoe
Copy link

@loafoe loafoe commented May 19, 2023

Overview

Dynamic Scopes support DEP #2960

What this PR does / why we need it

Implements DEP-2960

Special notes for your reviewer

Does this PR introduce a user-facing change?

A new allowedScopePrefixes option is available in the OAuth2 section.

## Dynamic Scopes support

Dex supports passing additional scopes based on allowed listed prefixes. 
You can use the new `allowedScopePrefixes` to specify a list of scopes prefixes to allow. 
These scopes will be propopaged to connectors which can forward to the IDP for evaluation
or can decide to change the claims accordingly. 

@loafoe loafoe mentioned this pull request May 19, 2023
2 tasks
@loafoe loafoe changed the title Dynamic Scopes support #2960 DEP Implementation: Dynamic Scopes support #2960 May 19, 2023
@loafoe loafoe force-pushed the feature/dynamic-scopes branch 2 times, most recently from cac00fb to f92c3b3 Compare August 26, 2024 08:10
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
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.

1 participant