zitadel/internal/user/repository/view
Stefan Benz 4d593dace2
fix: add domain as attribute to list user auth methods (#8718)
# Which Problems Are Solved

There is no option to only query auth methods related to specific
domains.

# How the Problems Are Solved

Add domain as attribute to the ListAuthenticationMethodTypes request.

# Additional Changes

OwnerRemoved column removed from the projection.

# Additional Context

Closes #8615

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-10-10 16:50:53 +00:00
..
model feat(oidc): end session by id_token_hint and without cookie (#8542) 2024-09-04 10:14:50 +00:00
active_user_ids_by_session_id.sql feat(oidc): end session by id_token_hint and without cookie (#8542) 2024-09-04 10:14:50 +00:00
query.go fix: reduce eventual consistency (#7075) 2023-12-14 11:07:47 +01:00
refresh_token_view.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00
token_view.go fix(login): improve auth handlers (#7969) 2024-05-22 15:26:02 +00:00
user_agent_by_user_session_id.sql feat(oidc): end session by id_token_hint and without cookie (#8542) 2024-09-04 10:14:50 +00:00
user_by_id.sql fix: add domain as attribute to list user auth methods (#8718) 2024-10-10 16:50:53 +00:00
user_session_by_id.sql feat(oidc): sid claim for id_tokens issued through login V1 (#8525) 2024-09-03 13:19:00 +00:00
user_session_view.go feat(oidc): end session by id_token_hint and without cookie (#8542) 2024-09-04 10:14:50 +00:00
user_sessions_by_user_agent.sql feat(oidc): sid claim for id_tokens issued through login V1 (#8525) 2024-09-03 13:19:00 +00:00
user_view.go fix: prevent error reason leakage in case of IgnoreUnknownUsernames (#8372) 2024-07-31 14:23:57 +02:00