feat: Add OAuth callback support for OIDC (#1290)

Closes #593, closes #690, closes #1289
This commit is contained in:
Luis Chacón
2025-08-09 10:58:55 -06:00
committed by GitHub
parent b4f6e24442
commit cbb00d1d59
6 changed files with 31 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ SECRET_KEY=notsecretkey
# OIDC_ISSUER=
# OIDC_CLIENT_ID=
# OIDC_CLIENT_SECRET=
# OIDC_USE_OAUTH_CALLBACK=true
# OIDC_ID_TOKEN_SIGNED_RESPONSE_ALG=
# OIDC_USERINFO_SIGNED_RESPONSE_ALG=
# OIDC_SCOPES=openid email profile