fix: improve oidc issuer / endpoints (#3753)

* fix: improve oidc issuer / endpoints

* docs: update endpoints
This commit is contained in:
Livio Spring
2022-06-07 10:04:51 +02:00
committed by GitHub
parent 3a1569bd94
commit 5e4b38d69b
6 changed files with 32 additions and 20 deletions

View File

@@ -114,6 +114,20 @@ OIDC:
MaxAge: 12h
SharedMaxAge: 168h #7d
CustomEndpoints:
Auth:
Path: /oauth/v2/authorize
Token:
Path: /oauth/v2/token
Introspection:
Path: /oauth/v2/introspect
Userinfo:
Path: /oidc/v1/userinfo
Revocation:
Path: /oauth/v2/revoke
EndSession:
Path: /oidc/v1/end_session
Keys:
Path: /oauth/v2/keys
Login:
LanguageCookieName: zitadel.login.lang