zitadel/internal/api/grpc/oidc/v2
Livio Spring 59f3c328ec
feat(OIDC): add support for end_session for V2 tokens (#6226)
This PR adds support for the OIDC end_session_endpoint for V2 tokens. Sending an id_token_hint as parameter will directly terminate the underlying (SSO) session and all its tokens. Without this param, the user will be redirected to the Login UI, where he will able to choose if to logout.
2023-07-19 13:17:39 +02:00
..
oidc_integration_test.go feat(OIDC): add support for end_session for V2 tokens (#6226) 2023-07-19 13:17:39 +02:00
oidc_test.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
oidc.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
server.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00