1
0
mirror of https://github.com/bitwarden/help synced 2025-12-10 21:33:18 +00:00

Remove trailing slash from example Entity ID (#721)

This commit is contained in:
Jordan Cooks
2021-08-27 00:23:56 -07:00
committed by GitHub
parent 941761df07
commit 95728a8b73

View File

@@ -170,7 +170,7 @@ Identity Provider Configuration will often require you to refer back to the Keyc
|Field|Description| |Field|Description|
|-----|-----------| |-----|-----------|
|Entity ID|Enter the URL of the Keycloak realm on which the client was created, for example `https://<keycloak_domain>/auth/realms/master/`.| |Entity ID|Enter the URL of the Keycloak realm on which the client was created, for example `https://<keycloak_domain>/auth/realms/master`.|
|Binding Type|Select **HTTP POST** or **Redirect**.| |Binding Type|Select **HTTP POST** or **Redirect**.|
|Single Sign On Service URL|Enter your master SAML processing URL, for example `https://<keycloak_domain>/auth/realms/master/protocol/saml`.| |Single Sign On Service URL|Enter your master SAML processing URL, for example `https://<keycloak_domain>/auth/realms/master/protocol/saml`.|
|Single Log Out Service URL|Login with SSO currently **does not** support SLO. This option is planned for future development, however you may preconfigure it with your **Logout URL** if you wish.| |Single Log Out Service URL|Login with SSO currently **does not** support SLO. This option is planned for future development, however you may preconfigure it with your **Logout URL** if you wish.|