mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-12 02:09:29 -06:00
[KEYCKOAK-883] - Adding idpHint config option when configuring login url.
This commit is contained in:
@@ -137,6 +137,10 @@
|
||||
url += '&login_hint=' + options.loginHint;
|
||||
}
|
||||
|
||||
if (options && options.idpHint) {
|
||||
url += '&k_idp_hint=' + options.idpHint;
|
||||
}
|
||||
|
||||
return url;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user