Skip to content

Commit

Permalink
Merge pull request #3082 from balena-io/fix-saml-docs-google
Browse files Browse the repository at this point in the history
Fix google workspace docs for saml
  • Loading branch information
flowzone-app[bot] authored Oct 8, 2024
2 parents 2762a62 + 3f8b615 commit 42c2608
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://dashboard.balena-cloud.com/saml/acme/callback
https://api.balena-cloud.com/saml/acme/callback
```

Replace `acme` with the name you will give your IdP in balenaCloud.

* Entity ID: Fill in the Entity ID with:

```
https://dashboard.balena-cloud.com/saml/acme
https://api.balena-cloud.com/saml/acme
```

Again, replace `acme` with the name you will give your IdP.
Expand Down

0 comments on commit 42c2608

Please sign in to comment.