zitadel/internal/query/testdata
Brian Tajuddin 32b707cf46
feat(6222): remove @ and project from OIDC client ID (#8178)
# Which Problems Are Solved

The client ID for OIDC applications has an `@` in it, which is not
allowed in some 3rd-party systems (such as AWS).

# How the Problems Are Solved

Per @fforootd and @hifabienne in #6222, remove the project suffix and
the `@` from the client ID and just use the generated ID.

# Additional Changes

N/A

# Additional Context

- Closes #6222

---------

Co-authored-by: Stefan Benz <46600784+stebenz@users.noreply.github.com>
Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-07-04 08:31:40 +00:00
..
oidc_client_jwt.json feat(6222): remove @ and project from OIDC client ID (#8178) 2024-07-04 08:31:40 +00:00
oidc_client_no_settings.json feat(6222): remove @ and project from OIDC client ID (#8178) 2024-07-04 08:31:40 +00:00
oidc_client_public_old_id.json feat(6222): remove @ and project from OIDC client ID (#8178) 2024-07-04 08:31:40 +00:00
oidc_client_public.json feat(6222): remove @ and project from OIDC client ID (#8178) 2024-07-04 08:31:40 +00:00
oidc_client_secret.json feat(6222): remove @ and project from OIDC client ID (#8178) 2024-07-04 08:31:40 +00:00
userinfo_human_grants.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_human_no_md.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_human.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_machine.json fix(oidc): add missing fields to introspection (#6967) 2023-11-23 16:17:50 +02:00
userinfo_not_found.json perf(oidc): optimize the introspection endpoint (#6909) 2023-11-21 13:11:38 +01:00