mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:07:31 +00:00
fix: improve oidc issuer / endpoints (#3753)
* fix: improve oidc issuer / endpoints * docs: update endpoints
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user