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.
2 parents 4b66d92 + a82ddcc commit fe9f583Copy full SHA for fe9f583
articles/active-directory-b2c/saml-service-provider.md
@@ -9,7 +9,7 @@ manager: CelesteDG
9
ms.service: active-directory
10
ms.workload: identity
11
ms.topic: how-to
12
-ms.date: 12/16/2022
+ms.date: 04/24/2023
13
ms.author: kengaderdus
14
ms.subservice: B2C
15
ms.custom: fasttrack-edit
@@ -327,7 +327,7 @@ The following example shows the `entityID` value in the SAML metadata:
327
The `identifierUris` property will accept URLs only on the domain `tenant-name.onmicrosoft.com`.
328
329
```json
330
-"identifierUris":"https://tenant-name.onmicrosoft.com",
+"identifierUris":"https://tenant-name.onmicrosoft.com/app-name",
331
```
332
333
#### Share the application's metadata with Azure AD B2C
0 commit comments