Update topics/clients/saml/idp-initiated-login.adoc
This commit is contained in:
parent
5d8bd79d96
commit
bc7ac4209e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
==== IDP Initiated Login
|
==== IDP Initiated Login
|
||||||
|
|
||||||
IDP Initiated Login is a feature that where you can set up a URL on the {{book.project.name}} server that will log you into a specific application/client.
|
IDP Initiated Login is a feature that allows you to set up an endpoint on the {{book.project.name}} server that will log you into a specific application/client.
|
||||||
In the `Settings` tab for your client, you need to specify the `IDP Initiated SSO URL Name`.
|
In the `Settings` tab for your client, you need to specify the `IDP Initiated SSO URL Name`.
|
||||||
This is a simple string with no whitespace in it.
|
This is a simple string with no whitespace in it.
|
||||||
After this you can reference your client at the following URL: `root/auth/realms/{realm}/protocol/saml/clients/{url-name}`
|
After this you can reference your client at the following URL: `root/auth/realms/{realm}/protocol/saml/clients/{url-name}`
|
||||||
|
|
Loading…
Reference in a new issue