zitadel/internal/api/oidc
Livio Spring 80961125a7
feat(API): support V2 token and session token usage (#6180)
This PR adds support for userinfo and introspection of V2 tokens. Further V2 access tokens and session tokens can be used for authentication on the ZITADEL API (like the current access tokens).
2023-07-14 11:16:16 +00:00
..
amr_test.go fix: store auth methods instead of AMR in auth request linking and OIDC Session (#6192) 2023-07-12 12:24:01 +00:00
amr.go fix: store auth methods instead of AMR in auth request linking and OIDC Session (#6192) 2023-07-12 12:24:01 +00:00
auth_request_converter_v2.go fix: store auth methods instead of AMR in auth request linking and OIDC Session (#6192) 2023-07-12 12:24:01 +00:00
auth_request_converter.go fix: store auth methods instead of AMR in auth request linking and OIDC Session (#6192) 2023-07-12 12:24:01 +00:00
auth_request_integration_test.go feat(API): support V2 token and session token usage (#6180) 2023-07-14 11:16:16 +00:00
auth_request.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
client_converter.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00
client_credentials.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
client_integration_test.go feat(API): support V2 token and session token usage (#6180) 2023-07-14 11:16:16 +00:00
client.go feat(API): support V2 token and session token usage (#6180) 2023-07-14 11:16:16 +00:00
device_auth.go feat: device authorization RFC 8628 (#5646) 2023-04-19 08:46:02 +00:00
jwt-profile.go feat(api): allow specifying access_token type (opaque/JWT) for service users (#5150) 2023-02-08 08:06:34 +00:00
key.go fix: switch log level of failed locks to debug (#5746) 2023-04-25 19:20:59 +02:00
oidc_integration_test.go feat(API): support V2 token and session token usage (#6180) 2023-07-14 11:16:16 +00:00
op.go feat(api): add OIDC session service (#6157) 2023-07-10 13:27:00 +00:00