Skip to content

Commit 5268f85

Browse files
committed
add sandbox -> production callout
1 parent 91c28c2 commit 5268f85

File tree

1 file changed

+6
-0
lines changed
  • src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml

1 file changed

+6
-0
lines changed

src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ export function getStaticProps() {
3030

3131
Microsoft Entra ID can be configured as a SAML provider for use with Amazon Cognito. Integrating Entra ID enables you to sign in with your existing enterprise users, and maintain profiles unique to the Amplify Auth resource for use within your Amplify app. To learn more, visit the [Azure documentation for SAML authentication with Microsoft Entra ID](https://learn.microsoft.com/en-us/entra/architecture/auth-saml).
3232

33+
<Callout info>
34+
35+
**Note:** the following guidance showcases configuration with your [personal cloud sandbox](/[platform]/deploy-and-host/sandbox-environments/setup/). You will need to repeat the configuration steps for branch deployments after confirming functionality against your sandbox.
36+
37+
</Callout>
38+
3339
## Start your personal cloud sandbox
3440

3541
To get started, define your auth resource with the appropriate redirect URIs:

0 commit comments

Comments
 (0)