Skip to content

Commit 205218b

Browse files
authored
Update src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx
1 parent bf5fbfc commit 205218b

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ export function getStaticProps() {
2828
};
2929
}
3030

31-
{/* add important things to know */}
32-
{/* SAML redirect URIs (including logout and limitation with upstream signout) */}
33-
{/* how to set attribute mapping with soap namespace */}
34-
3531
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).
3632

3733
## Start your personal cloud sandbox

0 commit comments

Comments
 (0)