From a0a4b313dc03f535fdeedc029464dbdef70c1370 Mon Sep 17 00:00:00 2001 From: Alana Tripp Date: Tue, 17 Mar 2020 08:46:06 +0900 Subject: [PATCH] Update overview.md --- Various/saml/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Various/saml/overview.md b/Various/saml/overview.md index b590f5f3..2b33b7ef 100644 --- a/Various/saml/overview.md +++ b/Various/saml/overview.md @@ -6,7 +6,7 @@ show-headings-in-nav: true --- ::: {.attention .technical} -SAML support is currently only available in prerelease versions of [certain Inedo products](#supported-versions). It is still considered a proof-of-concept, and may be removed at any time. +SAML support is currently only available in [certain Inedo product versions](#supported-versions). It is still considered a preview feature, because we are still learning how to support it. But if you're willing to try it out, we will do our best to make sure it works in your environment. ::: ## Overview {#overview data-title="Overview"} @@ -18,7 +18,7 @@ SAML-based single sign-on is an authentication mechanism that uses a third-party SAML authentication is currently in beta, installable from the Inedo Hub. This functionality is available in the following prerelease product versions: {.docs} - - **ProGet** - v5.2.15 and later *(currently in the latest `ci` version)* - Basic or Enterprise edition only + - **ProGet** - v5.2.20 and later - Basic or Enterprise edition only - **BuildMaster** - *coming soon* - **Otter** - *coming soon* @@ -125,4 +125,4 @@ Restart-Service INEDOOTTERWEBSVC If your Inedo product is installed to run on IIS, use the *Restart-WebAppPool* command or recycle it directly in the IIS management UI. By default, the application pool is named ProGetAppPool, BuildMasterAppPool, or OtterAppPool, but may have been changed by a system administrator during installation. -The next time you visit after running these commands, there may be stale authentication cookies that can be cleared from the corresponding error page, (if they are automatically detected) or by simply clearing web browser cookies manually. When testing access, make sure to visit the root URL (for example: `https://proget-server/`). \ No newline at end of file +The next time you visit after running these commands, there may be stale authentication cookies that can be cleared from the corresponding error page, (if they are automatically detected) or by simply clearing web browser cookies manually. When testing access, make sure to visit the root URL (for example: `https://proget-server/`).