zitadel/internal/auth/repository/eventsourcing/view
Livio Amstutz fc6154cffc
feat: token revocation and OP certification (#2594)
* fix: try using only user session if no user is set (id_token_hint) on prompt none

* fix caos errors As implementation

* implement request mode

* return explicit error on invalid refresh token use

* begin token revocation

* token revocation

* tests

* tests

* cleanup

* set op config

* add revocation endpoint to config

* add revocation endpoint to config

* migration version

* error handling in token revocation

* migration version

* update oidc lib to 1.0.0
2021-11-03 08:35:24 +01:00
..
application.go fix: todos (#1346) 2021-03-01 08:48:50 +01:00
authn_keys.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
custom_texts.go feat(console): message and login texts, privacy policy (#2016) 2021-07-26 12:44:45 +02:00
error_event.go fix: rename tables failed_event to failed_events (#287) 2020-06-29 09:56:29 +02:00
external_idps.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
features.go feat: features (#1427) 2021-03-25 17:26:21 +01:00
idp_configs.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
idp_providers.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
key.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
label_policies.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
metadata.go feat: User metadata (#2025) 2021-08-09 08:01:20 +02:00
org_project_mapping.go feat: check has project (#2206) 2021-08-18 10:49:04 +02:00
project_role.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
refresh_token.go feat: refresh token (#1728) 2021-05-20 11:33:35 +00:00
sequence.go fix: drop unused column from current_sequences (#1592) 2021-04-16 06:54:29 +02:00
token.go feat: token revocation and OP certification (#2594) 2021-11-03 08:35:24 +01:00
user_grant.go fix: handle domain claimed event correctly for service users (#1711) 2021-05-04 14:57:11 +02:00
user_membership.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
user_session.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
user.go fix: move v2 pkgs (#1331) 2021-02-23 15:13:04 +01:00
view.go fix: add avatar url in members, user grants, session and oidc responses (#1852) 2021-06-11 13:20:39 +02:00