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 4adaf90 commit a82ddccCopy full SHA for a82ddcc
articles/active-directory-b2c/saml-service-provider.md
@@ -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/SAMLApp1",
+"identifierUris":"https://tenant-name.onmicrosoft.com/app-name",
331
```
332
333
#### Share the application's metadata with Azure AD B2C
0 commit comments