We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2192a97 commit 15b9854Copy full SHA for 15b9854
main/docs/customize/custom-domains/multiple-custom-domains/saml-migration.mdx
@@ -47,7 +47,7 @@ To setup and configure your migration:
47
1. Clone the migration repository:
48
49
```bash
50
-git clone <repository-url>
+git clone https://github.com/abbaspour/auth0-mcd-federation-migration.git
51
cd auth0-mcd-federation-migration
52
```
53
@@ -100,7 +100,7 @@ Your old domain receives the SAML response before being reposted to the new doma
100
101
102
cd bin/
103
- export access_token='<your-sp-management-api-token>'
+ export access_token='<sp-tenant-management-api-token>'
104
105
106
2. Update destination URL:
0 commit comments