Skip to content

Commit

Permalink
docs: Update remote users auto redirect
Browse files Browse the repository at this point in the history
Update remote user management docs to include the new parameter.

Engineering: #9613
  • Loading branch information
tara-det-ai committed Jul 9, 2024
1 parent 58fbf68 commit 3c2a20e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/manage/users-remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ enable user auto-provisioning and the remote management of any information attac
client_id: "xx0xx0"
client_secret: "xx0xx0"
auto_provision_users: true
always_redirect: true
display_name_attribute_name: "XYZ"
.. tab::
Expand All @@ -75,6 +76,7 @@ enable user auto-provisioning and the remote management of any information attac
idp_sso_url: "https://myorg.okta.com/app/...sso/saml"
idp_metadata_path: "https://myorg.okta.com/app/.../sso/saml/metadata"
auto_provision_users: true
always_redirect: true
Determined sets the username of the user to the IdP email address. You cannot set the username
independently.
Expand Down Expand Up @@ -160,3 +162,11 @@ You can also manage user groups.

To find out how to manage remote users via the WebUI, including adding a new remote user, visit
:ref:`managing RBAC via the WebUI <manage-users-groups-webui>`.

*****************************
Handling SSO Session Expiry
*****************************

SSO users are redirected to the SSO provider's authentication URIs when their session token has
expired, rather than displaying the Determined sign-in page. This ensures a continuous user
experience without manual intervention when sessions expire.

0 comments on commit 3c2a20e

Please sign in to comment.