zitadel/internal/api
Tim Möhlmann 6398349c24
feat(oidc): token exchange impersonation (#7516)
* add token exchange feature flag

* allow setting reason and actor to access tokens

* impersonation

* set token types and scopes in response

* upgrade oidc to working draft state

* fix tests

* audience and scope validation

* id toke and jwt as input

* return id tokens

* add grant type  token exchange to app config

* add integration tests

* check and deny actors in api calls

* fix instance setting tests by triggering projection on write and cleanup

* insert sleep statements again

* solve linting issues

* add translations

* pin oidc v3.15.0

* resolve comments, add event translation

* fix refreshtoken test

* use ValidateAuthReqScopes from oidc

* apparently the linter can't make up its mind

* persist actor thru refresh tokens and check in tests

* remove unneeded triggers
2024-03-20 10:18:46 +00:00
..
assets feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
authz feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
call fix: reset the call timestamp after a bulk trigger (#6080) 2023-07-07 08:15:05 +00:00
grpc feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
http feat: improve instance not found error (#7413) 2024-02-28 10:49:57 +00:00
idp chore(ci): merge test runs (#7388) 2024-02-19 07:50:37 +01:00
info fix: correct method and path for session api activity (#6880) 2023-11-22 12:12:23 +02:00
oidc feat(oidc): token exchange impersonation (#7516) 2024-03-20 10:18:46 +00:00
robots_txt fix: introduce measures to avoid bots crawling and indexing activities (#5728) 2023-05-05 10:25:02 +02:00
saml fix: get orgID when missing on trigger logs (#7555) 2024-03-14 08:49:10 +00:00
service fix(eventstore): tests 2020-11-26 09:19:14 +01:00
ui feat(actions): ctx.org.getMetadata() in external authentication (#7571) 2024-03-19 07:34:38 +01:00
api.go feat: improve instance not found error (#7413) 2024-02-28 10:49:57 +00:00