You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/[platform]/build-a-backend/auth/examples/microsoft-entra-id-saml/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Microsoft Entra ID can be configured as a SAML provider for use with Amazon Cogn
32
32
33
33
## Start your personal cloud sandbox
34
34
35
-
To get started, define your Amplify Auth resource with the appropriate redirect URIs:
35
+
To get started, define your auth resource with the appropriate redirect URIs:
36
36
37
37
```ts title="amplify/auth/resource.ts"
38
38
import { defineAuth } from"@aws-amplify/backend"
@@ -155,9 +155,9 @@ Save the configuration and proceed to Step 3's **SAML Certificates** section. Co
155
155
156
156

157
157
158
-
## Configure Amplify Auth with Entra ID
158
+
## Configure your backend with Entra ID
159
159
160
-
Now that you've configured your SAML provider with Microsoft Entra ID and copied the **App Federation Metadata Url**, configure your Amplify Auth resource with the new SAML provider and paste the URL value into the `metadataContent` property:
160
+
Now that you've configured your SAML provider with Microsoft Entra ID and copied the **App Federation Metadata Url**, configure your auth resource with the new SAML provider and paste the URL value into the `metadataContent` property:
161
161
162
162
```ts title="amplify/auth/resource.ts"
163
163
import { defineAuth } from"@aws-amplify/backend"
@@ -207,7 +207,7 @@ Save your changes, and now requests to Entra ID from your Cognito User Pool will
207
207
208
208
## Connect your frontend
209
209
210
-
Now your users are ready to sign in with Microsoft Entra ID. To sign in with this custom provider, specify the provider name as the name specified in your Amplify Auth definition: `MicrosoftEntraIDSAML`
210
+
Now your users are ready to sign in with Microsoft Entra ID. To sign in with this custom provider, specify the provider name as the name specified in your auth resource definition: `MicrosoftEntraIDSAML`
0 commit comments