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:
HurracaineIke 2026-07-15 08:13:42 -07:00 committed by GitHub
parent ee97906808
commit 751d574d75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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[]