[KEYCLOAK-8317] keycloak-connect - allow kc_idp_hint to be specified from the application
This commit is contained in:
parent
8529a624dd
commit
47ef45dc1a
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ object, rather than the `keycloak.json` file:
|
|||
let keycloak = new Keycloak({ store: memoryStore }, kcConfig);
|
||||
----
|
||||
|
||||
Applications can also redirect users to their preferred identity provider by using:
|
||||
[source,javascript]
|
||||
----
|
||||
let keycloak = new Keycloak({ store: memoryStore, idpHint: myIdP }, kcConfig);
|
||||
----
|
||||
|
||||
Configuring a web session store::
|
||||
|
||||
|
|
Loading…
Reference in a new issue