From f172c8851fd803efb97ca5d3e2b301970b6bf8e6 Mon Sep 17 00:00:00 2001 From: Simon Hornby Date: Tue, 2 May 2023 11:53:11 +0200 Subject: [PATCH] docs: update docs to reflect that google SSO is removed (#3626) Updates docs to point out that Google SSO is removed and how to temporarily bring it back --- website/docs/how-to/how-to-add-sso-google.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/how-to/how-to-add-sso-google.md b/website/docs/how-to/how-to-add-sso-google.md index 814a650477..9693c2c871 100644 --- a/website/docs/how-to/how-to-add-sso-google.md +++ b/website/docs/how-to/how-to-add-sso-google.md @@ -4,7 +4,7 @@ title: '[Deprecated] How to add SSO with Google' :::caution Deprecation notice -Single Sign-on via the Google Authenticator provider is deprecated. We recommend using [OpenID Connect](./how-to-add-sso-open-id-connect.md) instead. +Single Sign-on via the Google Authenticator provider has been removed in Unleash v5 (deprecated in v4). We recommend using [OpenID Connect](./how-to-add-sso-open-id-connect.md) instead. If you're running a self hosted version of Unleash and you need to temporarily re-enable Google SSO, you can do so by setting the `GOOGLE_AUTH_ENABLED` environment variable to `true`. If you're running a hosted version of Unleash, you'll need to reach out to us and ask us to re-enable the flag. Note that this code will be removed in a future release and this is not safe to depend on. :::