Skip to content

Commit bfc0662

Browse files
committed
fix: use 'select_account' OIDC prompt to be in line with upstream
1 parent b41749a commit bfc0662

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • frontend/src/access_control/auth_provider

frontend/src/access_control/auth_provider/oidc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const oidcConfig = {
2525
? window.__RUNTIME_CONFIG__.OIDC_SCOPE
2626
: "openid profile email",
2727
automaticSilentRenew: true,
28+
prompt: "select_account",
2829
onSigninCallback: onSigninCallback,
2930
};
3031

0 commit comments

Comments
 (0)