-
Notifications
You must be signed in to change notification settings - Fork 28
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
Incorrect examples for specifying scopes for IdP #44
Comments
Hi @iautom8things , Thanks for the report. Are you using a custom |
@pradtke I'm not using a custom Are you suggesting that the example should work? I can experimentally see that those scopes are not included in the upstream IdP. It was only when I moved the scopes into the |
@iautom8things sorry for the delay getting back to you. This came up again in #51 . It looks like if you are using OIDC auth source ( |
What's the difference between how I was able to solve this (adding |
Functionality wise there is no difference, and no need for you to make any changes. The addition of supporting |
Hopefully this project is still being maintained. I had issues trying to adjust the scopes as per the example in the readme. I dug down into the source and SimpleSamlPHP + the deps and determined that it looks like the example is wrong.
Determined this by:
urlAuthorizeOptions
is what is passed into getAuthorizationUrl and then following through to League'sAbstractProvider
to see how that url is generatedThe text was updated successfully, but these errors were encountered: