zitadel/internal/api/grpc
Silvan 43fb3fd1a6
feat(actions): add token customization flow and extend functionally with modules (#4337)
* fix: potential memory leak

* feat(actions): possibility to parse json
feat(actions): possibility to perform http calls

* add query call

* feat(api): list flow and trigger types
fix(api): switch flow and trigger types to dynamic objects

* fix(translations): add action translations

* use `domain.FlowType`

* localizers

* localization

* trigger types

* options on `query.Action`

* add functions for actions

* feat: management api: add list flow and trigger  (#4352)

* console changes

* cleanup

* fix: wrong localization

Co-authored-by: Max Peintner <max@caos.ch>

* id token works

* check if claims not nil

* feat(actions): metadata api

* refactor(actions): modules

* fix: allow prerelease

* fix: test

* feat(actions): deny list for http hosts

* feat(actions): deny list for http hosts

* refactor: actions

* fix: different error ids

* fix: rename statusCode to status

* Actions objects as options (#4418)

* fix: rename statusCode to status

* fix(actions): objects as options

* fix(actions): objects as options

* fix(actions): set fields

* add http client to old actions

* fix(actions): add log module

* fix(actions): add user to context where possible

* fix(actions): add user to ctx in external authorization/pre creation

* fix(actions): query correct flow in claims

* test: actions

* fix(id-generator): panic if no machine id

* tests

* maybe this?

* fix linting

* refactor: improve code

* fix: metadata and usergrant usage in actions

* fix: appendUserGrant

* fix: allowedToFail and timeout in action execution

* fix: allowed to fail in token complement flow

* docs: add action log claim

* Update defaults.yaml

* fix log claim

* remove prerelease build

Co-authored-by: Max Peintner <max@caos.ch>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2022-10-06 14:23:59 +02:00
..
action feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
admin feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
auth feat(org): add org metadata functionality (#4234) 2022-09-20 14:32:09 +00:00
authn chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
change chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
client/middleware chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
errors chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
idp fix(IDP): correct org idp response resourceowner (#4165) 2022-08-11 11:56:59 +02:00
instance fix: use default redirect uri when not passed on end_session endpoint (#4054) 2022-07-27 09:49:16 +02:00
management feat(actions): add token customization flow and extend functionally with modules (#4337) 2022-10-06 14:23:59 +02:00
member chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
metadata feat(org): add org metadata functionality (#4234) 2022-09-20 14:32:09 +00:00
object fix: login text changes (#4269) 2022-09-02 10:29:06 +02:00
org chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
policy feat: allow domain discovery for unknown usernames (#4484) 2022-10-06 13:30:14 +02:00
project feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00
server fix: instance interceptors return NotFound (404) error for unknown hosts (#4184) 2022-08-17 06:07:41 +00:00
settings chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
system feat(instance): add functionality to update instance (#4440) 2022-09-27 06:58:50 +00:00
text chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
user fix: return absolute url for avatar in user sessions (#3724) 2022-05-30 11:27:52 +00:00
config.go remove pointers on configs 2020-03-27 13:57:16 +01:00
header_test.go feat: port reduction (#323) 2020-07-08 13:56:37 +02:00
header.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
probes.go feat: add tracing interceptors to login and oidc (#764) 2020-10-21 10:18:34 +02:00