zitadel/internal/auth/repository/eventsourcing
Livio Spring 07f91e4f16
fix(login): ignore select_account in case there aren't any session to choose (#7981)
# Which Problems Are Solved

When poviding `select_account` in an OIDC auth request, ZITADEL would
always show the account selection page even if there aren't any user
sessions to choose and the user would then need to click the `Other
User` button to be presented the login page.

# How the Problems Are Solved

This PR changes the behavior and ignores the `select_account` prompt in
case there aren't any existing user sessions and will directly present
the login page.

# Additional Changes

None

# Additional Context

Closes #7213
2024-05-21 12:53:31 +00:00
..
eventstore fix(login): ignore select_account in case there aren't any session to choose (#7981) 2024-05-21 12:53:31 +00:00
handler feat: pass and handle auth request context for email links (#7815) 2024-04-24 17:50:58 +02:00
view chore(oidc): add additional spans to userinfo code paths (#7749) 2024-04-10 17:05:13 +02:00
repository.go perf: cache auth request in memory (#7824) 2024-04-23 11:23:50 +00:00