Skip to content

Commit

Permalink
Merge pull request #3083 from balena-io/fix-saml-docs-2
Browse files Browse the repository at this point in the history
Fix SAML docs use `auth` prefix on SAML urls
  • Loading branch information
flowzone-app[bot] authored Oct 9, 2024
2 parents 3ef9b32 + 9bdee7c commit 818e0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/learn/accounts/idp-setup/google-workspace-saml-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ 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.

* 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.
Expand Down

0 comments on commit 818e0b5

Please sign in to comment.