Skip to content

Add configurable authorities split regex #12124

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

Conversation

jzheaux
Copy link
Contributor

@jzheaux jzheaux commented Nov 1, 2022

Before this commit splitting the authorities claim was done by a hardcoded regex " ". This commit allows to configure to set any regex to split the authorities claim while keeping the previously hardcoded regex as a default.

Before this commit splitting the authorities claim was done by a
hardcoded regex " ". This commit allows to configure to set any regex
to split the authorities claim while keeping the previously
hardcoded regex as a default.
@jzheaux jzheaux added this to the 6.1.0-M1 milestone Nov 1, 2022
@jzheaux jzheaux self-assigned this Nov 1, 2022
@jzheaux jzheaux added type: enhancement A general enhancement in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) labels Nov 1, 2022
@jzheaux
Copy link
Contributor Author

jzheaux commented Dec 2, 2022

Thanks, @PatrickWalter214! This is now merged into main in 9c9fd9f with a slight polish on the name cd0f02d

@jzheaux jzheaux closed this Dec 2, 2022
@PatrickWalter214
Copy link
Contributor

Thank you @jzheaux for considering and taking up my proposed change, I'm happy that it reached main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: oauth2 An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose) type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants