[KEYCKOAK-883] - Adding idpHint config option when configuring login url.
This commit is contained in:
parent
98d8de00d4
commit
4ce2e76a2d
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@
|
|||
url += '&login_hint=' + options.loginHint;
|
||||
}
|
||||
|
||||
if (options && options.idpHint) {
|
||||
url += '&k_idp_hint=' + options.idpHint;
|
||||
}
|
||||
|
||||
return url;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue