zitadel/internal/integration
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
..
config feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
assert_test.go tie loose ends, documentation 2023-05-02 19:24:24 +03:00
assert.go feat: session v2 passkey authentication (#5952) 2023-06-07 17:28:42 +02:00
client.go feat(API): support V2 token and session token usage (#6180) 2023-07-14 11:16:16 +00:00
integration_test.go AddHumanUser tests 2023-04-28 14:39:53 +03:00
integration.go feat(API): support V2 token and session token usage (#6180) 2023-07-14 11:16:16 +00:00
oidc.go feat(OIDC): add support for end_session for V2 tokens (#6226) 2023-07-19 13:17:39 +02:00
rand.go feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
usertype_string.go AddHumanUser tests 2023-04-28 14:39:53 +03:00