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

Introduce parameter for adding additional scopes #13

Open
Shocktrooper opened this issue Mar 15, 2023 · 1 comment
Open

Introduce parameter for adding additional scopes #13

Shocktrooper opened this issue Mar 15, 2023 · 1 comment

Comments

@Shocktrooper
Copy link

As I was trying to configure this plugin I noticed that only the openid scope is sent which is required in OIDC flows. For OIDC providers like okta preffered_username only comes with the profile scope. This has prevented us from using our orgs IDP with this plugin

$oidc->addScope('my_scope'); looks like it needs to be added to the plugin
Reference

@Shocktrooper
Copy link
Author

Probably should make this configurable incase preferred_username is in something other than the profile scope for other IDP's

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

No branches or pull requests

1 participant