From 543f7144d84661913f0ecd722be192bdcbc98b06 Mon Sep 17 00:00:00 2001 From: William Theaker Date: Fri, 11 Jun 2021 13:12:04 -0700 Subject: [PATCH] Update docs to reflect IDP-initiated SAML support (#1057) --- docs/3-Deployment/2-Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-Deployment/2-Configuration.md b/docs/3-Deployment/2-Configuration.md index 789281233..9c2a4a737 100644 --- a/docs/3-Deployment/2-Configuration.md +++ b/docs/3-Deployment/2-Configuration.md @@ -1353,7 +1353,7 @@ sudo systemctl restart fleet.service ## Configuring Single Sign On -Fleet supports SAML single sign on capability. This feature is convenient for users and offloads responsibility for user authentication to a third party identity provider such as Salesforce or Onelogin. Fleet supports the SAML Web Browser SSO Profile using the HTTP Redirect Binding. Fleet only supports SP-initiated SAML login and not IDP-initiated login. +Fleet supports SAML single sign on capability. This feature is convenient for users and offloads responsibility for user authentication to a third party identity provider such as Salesforce or Onelogin. Fleet supports the SAML Web Browser SSO Profile using the HTTP Redirect Binding. Fleet supports both SP-initiated SAML login and IDP-initiated login, however IDP-iniated login must be enabled in the web interface's SAML Single Sign On Options. ### Identity Provider (IDP) Configuration