mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 12:38:05 +00:00
Adding in configuration steps to SAML pages on setting up SAML SLO.
Signed-off-by: Sunil Singh <sunil.singh@suse.com>
This commit is contained in:
+13
@@ -194,3 +194,16 @@ Try configuring and saving keycloak as your SAML provider and then accessing the
|
||||
* If the log displays `request validation failed: org.keycloak.common.VerificationException: SigAlg was null`, set `Client Signature Required` to `OFF` in your Keycloak client.
|
||||
|
||||
## Configuring SAML Single Logout (SLO)
|
||||
|
||||
Rancher supports the ability to configure SAML SLO. Options include logging out of the Rancher application only, logging out of Rancher and registered applications tied to the external authentication provider, or a prompt asking the user to choose between the previous options. The steps below outline configuration from the application GUI:
|
||||
|
||||
1. Sign in to Rancher using a [standard user or an administrator role](../manage-role-based-access-control-rbac/global-permissions.md) to configure SAML SLO.
|
||||
1. In the top left corner, click **☰ > Users & Authentication**.
|
||||
1. In the left navigation menu, click **Auth Provider**.
|
||||
1. Under the section **Log Out behavior**, choose the appropriate SLO setting as described below:
|
||||
|
||||
| Setting | Description |
|
||||
| ------------------------- | ----------------------------------------------------------------------------- |
|
||||
| Log out of Rancher and not authentication provider | Choosing this option will only logout the Rancher application and not external authentication providers. |
|
||||
| Log out of Rancher and authentication provider (includes all other applications registered with authentication provider) | Choosing this option will logout Rancher and all external authentication providers along with any registered applications linked to the provider. |
|
||||
| Allow the user to choose one of the above in an additional log out step | Choosing this option presents users with a choice of logout method as described above. |
|
||||
|
||||
+7
-5
@@ -111,13 +111,15 @@ If you experience issues when you test the connection to the OpenLDAP server, en
|
||||
|
||||
## Configuring SAML Single Logout (SLO)
|
||||
|
||||
1. Sign into Rancher using a local user assigned the [administrator](https://ranchermanager.docs.rancher.com/how-to-guides/new-user-guides/authentication-permissions-and-global-configuration/manage-role-based-access-control-rbac/global-permissions) role (i.e., the _local principal_).
|
||||
Rancher supports the ability to configure SAML SLO. Options include logging out of the Rancher application only, logging out of Rancher and registered applications tied to the external authentication provider, or a prompt asking the user to choose between the previous options. The steps below outline configuration from the application GUI:
|
||||
|
||||
1. Sign in to Rancher using a [standard user or an administrator role](../manage-role-based-access-control-rbac/global-permissions.md) to configure SAML SLO.
|
||||
1. In the top left corner, click **☰ > Users & Authentication**.
|
||||
1. In the left navigation menu, click **Auth Provider**.
|
||||
1. Under the section **Configure Single Logout (SLO)**, choose the appropriate SLO setting as described below:
|
||||
1. Under the section **Log Out behavior**, choose the appropriate SLO setting as described below:
|
||||
|
||||
| Setting | Description |
|
||||
| ------------------------- | ----------------------------------------------------------------------------- |
|
||||
| Only log out of Rancher | Choosing this option will only logout the Rancher application and not external authentication providers. |
|
||||
| Log out of Okta (including Rancher and all other application registered with the provider) | Choosing this option will logout Rancher and external authentication providers along with any registered application linked to the provider. |
|
||||
| Allow the user to choose in an extra step | Choosing this option presents users with a choice of logout method as described above. |
|
||||
| Log out of Rancher and not authentication provider | Choosing this option will only logout the Rancher application and not external authentication providers. |
|
||||
| Log out of Rancher and authentication provider (includes all other applications registered with authentication provider) | Choosing this option will logout Rancher and all external authentication providers along with any registered applications linked to the provider. |
|
||||
| Allow the user to choose one of the above in an additional log out step | Choosing this option presents users with a choice of logout method as described above. |
|
||||
|
||||
+13
@@ -66,3 +66,16 @@ Note that these URLs will not return valid data until the authentication configu
|
||||
:::
|
||||
|
||||
## Configuring SAML Single Logout (SLO)
|
||||
|
||||
Rancher supports the ability to configure SAML SLO. Options include logging out of the Rancher application only, logging out of Rancher and registered applications tied to the external authentication provider, or a prompt asking the user to choose between the previous options. The steps below outline configuration from the application GUI:
|
||||
|
||||
1. Sign in to Rancher using a [standard user or an administrator role](../manage-role-based-access-control-rbac/global-permissions.md) to configure SAML SLO.
|
||||
1. In the top left corner, click **☰ > Users & Authentication**.
|
||||
1. In the left navigation menu, click **Auth Provider**.
|
||||
1. Under the section **Log Out behavior**, choose the appropriate SLO setting as described below:
|
||||
|
||||
| Setting | Description |
|
||||
| ------------------------- | ----------------------------------------------------------------------------- |
|
||||
| Log out of Rancher and not authentication provider | Choosing this option will only logout the Rancher application and not external authentication providers. |
|
||||
| Log out of Rancher and authentication provider (includes all other applications registered with authentication provider) | Choosing this option will logout Rancher and all external authentication providers along with any registered applications linked to the provider. |
|
||||
| Allow the user to choose one of the above in an additional log out step | Choosing this option presents users with a choice of logout method as described above. |
|
||||
|
||||
Reference in New Issue
Block a user