zitadel/internal/actions
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
..
object feat(actions): add fields to complement token flow (#5336) 2023-03-08 15:26:28 +01:00
actions_test.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
actions.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
api.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
config.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
context.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
fields_test.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
fields.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
http_module_config.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
http_module_test.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00
http_module.go feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
log_module.go feat: add quotas (#4779) 2023-02-15 02:52:11 +01:00