-
Notifications
You must be signed in to change notification settings - Fork 13
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
Clarify the required OIDC scopes (profile or webid) #29
Comments
I don't believe there is any new scope defined in this spec. |
I don't think |
Looking at https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims |
Mentioned in discussions on solid/authentication-panel#141 via auth panel https://hackmd.io/tI_WdIvVSd2AaMBWt0D3_Q I would +1 Note: Adding scope will require a bit of work on the client side. |
I could go either way between Overall, +1 on using a scope for this. |
Can/should we transfer https://github.com/solid/authentication-panel/issues/86 & https://github.com/solid/authentication-panel/issues/146 to https://github.com/solid/solid-oidc? I think the I couldn't pinpoint where the requirement is clearly expressed in the spec with a "MUST", but it seems to me that missing it is problematic. |
Yes we can start transferring these issues |
This was discussed during the Sept 27, 2021 meeting, and it was resolved to require the A related PR is forthcoming |
The only mention oidc scope in the draft is in an example for the app WebID client registration: https://solid.github.io/authentication-panel/solid-oidc/#clientids-webid.
It lists
openid profile offline_access
. If my memory serves me correctly, this used to beopenid profile offline_access
wherewebid
was a required scope to trigger the solid-oidc process.Is this now
profile
? If so, there should be normative language stating so.The text was updated successfully, but these errors were encountered: