Update oauth2_pocketid.adoc
PocketID now requires to explicitly include the `openid` scope in the `scopes` list. PocketID will strictly block user information queries with a `403 Forbidden` if this scope is missing.
This commit is contained in:
parent
ee97906808
commit
751d574d75
|
|
@ -39,6 +39,7 @@ authOAuth2Providers:
|
||||||
clientId: "[REDACTED]"
|
clientId: "[REDACTED]"
|
||||||
clientSecret: "[REDACTED]"
|
clientSecret: "[REDACTED]"
|
||||||
scopes:
|
scopes:
|
||||||
|
- openid
|
||||||
- profile
|
- profile
|
||||||
- email
|
- email
|
||||||
usernameField: preferred_username
|
usernameField: preferred_username
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue