Merge pull request #952 from pedroigor/master
[KEYCKOAK-883] - Adding idpHint config option when configuring login url.
This commit is contained in:
commit
916ba57c40
1 changed files with 4 additions and 0 deletions
|
@ -137,6 +137,10 @@
|
||||||
url += '&login_hint=' + options.loginHint;
|
url += '&login_hint=' + options.loginHint;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (options && options.idpHint) {
|
||||||
|
url += '&k_idp_hint=' + options.idpHint;
|
||||||
|
}
|
||||||
|
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue