zitadel/internal/api/oidc
Elio Bischof ed0bc39ea4
feat: block instances (#7129)
* docs: fix init description typos

* feat: block instances using limits

* translate

* unit tests

* fix translations

* redirect /ui/login

* fix http interceptor

* cleanup

* fix http interceptor

* fix: delete cookies on gateway 200

* add integration tests

* add command test

* docs

* fix integration tests

* add bulk api and integration test

* optimize bulk set limits

* unit test bulk limits

* fix broken link

* fix assets middleware

* fix broken link

* validate instance id format

* Update internal/eventstore/search_query.go

Co-authored-by: Livio Spring <livio.a@gmail.com>

* remove support for owner bulk limit commands

* project limits to instances

* migrate instances projection

* Revert "migrate instances projection"

This reverts commit 214218732a.

* join limits, remove owner

* remove todo

* use optional bool

* normally validate instance ids

* use 302

* cleanup

* cleanup

* Update internal/api/grpc/system/limits_converter.go

Co-authored-by: Livio Spring <livio.a@gmail.com>

* remove owner

* remove owner from reset

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-01-17 10:16:48 +00:00
..
access_token.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
amr_test.go feat(api): add and remove OTP (SMS and email) (#6295) 2023-08-02 18:57:53 +02:00
amr.go feat(api): add and remove OTP (SMS and email) (#6295) 2023-08-02 18:57:53 +02:00
auth_request_converter_v2.go merge main into next 2023-10-19 12:34:00 +02:00
auth_request_converter.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
auth_request_integration_test.go perf(oidc): optimize client verification (#6999) 2023-12-05 17:01:03 +00:00
auth_request.go fix(oidc): refresh token for device authorization (#7104) 2023-12-21 13:57:33 +00:00
client_converter.go feat: allow glob redirects (#7091) 2023-12-28 11:25:18 +02:00
client_credentials.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
client_integration_test.go fix(oidc): nil check for client secret (#7115) 2023-12-28 13:31:41 +00:00
client.go perf: user grant owner removed (#6962) 2024-01-08 15:26:30 +00:00
device_auth.go feat(oidc): id token for device authorization (#7088) 2023-12-20 13:21:08 +01:00
introspect.go fix(oidc): nil check for client secret (#7115) 2023-12-28 13:31:41 +00:00
jwt-profile.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
key_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
key.go refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
oidc_integration_test.go feat: allow glob redirects (#7091) 2023-12-28 11:25:18 +02:00
op.go feat: block instances (#7129) 2024-01-17 10:16:48 +00:00
server_test.go feat: restrict languages (#6931) 2023-12-05 11:12:01 +00:00
server.go fix(oidc): return clients without instance settings (#7036) 2023-12-07 09:43:45 +00:00
userinfo_test.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00
userinfo.go perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00