zitadel/internal/api/oidc
Silvan 20e4f1ce57
feat(actions): add fields to complement token flow (#5336)
* deprecated `ctx.v1.userinfo`-field in "pre userinfo creation" trigger in favour of `ctx.v1.claims`. The trigger now behaves the same as "pre access token creation"
* added `ctx.v1.claims` to "complement tokens" flow
* added `ctx.v1.grants` to "complement tokens" flow
* document `ctx.v1.getUser()` in "complement tokens" flow

* feat(actions): add getUser() and grant

* map user grants

* map claims

* feat(actions): claims in complement token ctx

* docs(actions): add new fields of complement token

* docs(actions): additions to complement token

* docs(actions): correct field names
2023-03-08 15:26:28 +01:00
..
auth_request_converter.go fix(amr): add pwd because password is wrong (#4284) 2022-08-31 08:16:31 +00:00
auth_request.go feat: remove org (#4148) 2022-11-30 17:01:17 +01:00
client_converter.go feat: restrict login to specific org by id (scope) (#4294) 2022-09-23 12:08:10 +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.go feat(actions): add fields to complement token flow (#5336) 2023-03-08 15:26:28 +01: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 perf: query data AS OF SYSTEM TIME (#5231) 2023-02-27 22:36:43 +01:00
op.go perf: query data AS OF SYSTEM TIME (#5231) 2023-02-27 22:36:43 +01:00