From 9bdee7c200eee5771b5805d99d4b5d5f3a410019 Mon Sep 17 00:00:00 2001 From: Otavio Jacobi Date: Tue, 8 Oct 2024 20:32:41 -0300 Subject: [PATCH] Fix SAML docs use `auth` prefix on SAML urls Change-type: patch --- pages/learn/accounts/idp-setup/google-workspace-saml-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/learn/accounts/idp-setup/google-workspace-saml-setup.md b/pages/learn/accounts/idp-setup/google-workspace-saml-setup.md index d91b87f132..f8ac874e6f 100644 --- a/pages/learn/accounts/idp-setup/google-workspace-saml-setup.md +++ b/pages/learn/accounts/idp-setup/google-workspace-saml-setup.md @@ -29,7 +29,7 @@ This guide will walk you through the steps to create a SAML Identity Provider (I * ACS URL: Fill in the Assertion Consumer Service (ACS) URL with: ``` - https://api.balena-cloud.com/saml/acme/callback + https://api.balena-cloud.com/auth/saml/acme/callback ``` Replace `acme` with the name you will give your IdP in balenaCloud. @@ -37,7 +37,7 @@ This guide will walk you through the steps to create a SAML Identity Provider (I * Entity ID: Fill in the Entity ID with: ``` - https://api.balena-cloud.com/saml/acme + https://api.balena-cloud.com/auth/saml/acme ``` Again, replace `acme` with the name you will give your IdP.