Skip to content

Commit

Permalink
Always ask for an account during zitadel login
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Rusakov authored and lanseg committed Dec 12, 2024
1 parent 73b3515 commit 910a2ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/assets/configs/config.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
}
],
"oidcConfig": {
"customParamsAuthRequest": {
"prompt": "select_account"
},
"authority": "${OIDC_OP_BASE_URL}",
"redirectUrl": "${FRONTEND_BASE_URL}/auth/oidc",
"postLogoutRedirectUri": "${FRONTEND_BASE_URL}/signedout",
Expand Down

0 comments on commit 910a2ed

Please sign in to comment.