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]"
|
||||
clientSecret: "[REDACTED]"
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
usernameField: preferred_username
|
||||
|
|
@ -52,4 +53,4 @@ actions:
|
|||
|
||||
== Pocket ID config
|
||||
|
||||
image::pocketid.png[]
|
||||
image::pocketid.png[]
|
||||
|
|
|
|||
Loading…
Reference in New Issue