From 02b0b4f1aa52ad3f1a85d890b779f9b18766d78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Dular?= <22869613+xBlaz3kx@users.noreply.github.com> Date: Fri, 25 Apr 2025 01:41:51 +0200 Subject: [PATCH] fix(docs): incorrect auth_driver in Google workspace SAML instructions (#662) --- docs/docs/advanced/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/advanced/authentication.md b/docs/docs/advanced/authentication.md index 5eb859f5..26dd7db5 100644 --- a/docs/docs/advanced/authentication.md +++ b/docs/docs/advanced/authentication.md @@ -66,7 +66,7 @@ You can utilize either SAML or OpenID to connect to your Google Account. We'll b 8. Navigate to your new SAML configuration and select User Access. Make sure to turn this on for the groups you would like to have access. 9. Open your IDE. In your environment variables add or replace the following: ``` -AUTH_DRIVER=basic +AUTH_DRIVER=saml AUTH_SAML_CALLBACK_URL=// The domain from above AUTH_SAML_ENTRY_POINT_URL=// The SSO URL you previously copied AUTH_SAML_ISSUER=// The entity ID from above