Azure / Azure/azure-rest-api-specs
Graph RBAC: Current signInAudience values are incorrect
- Dominant language
- TypeSpec
- Stars
- 3.1k
- Forks
- 5.9k
- Avg merge
- 2d 22h
- Merged PRs (30d)
- 444
Description
Current values in the swagger spec indicate that [signInAudience](https://github.com/Azure/azure-rest-api-specs/blob/master/specification/graphrbac/data-plane/Microsoft.GraphRbac/stable/1.6/graphrbac.json#L2948-L2950) accepts the following values as valid: `AzureADMyOrganization, AzureADAllOrganizations, AzureADAndMicrosoftAccounts`
Visiting the [docs](https://docs.microsoft.com/en-us/azure/active-directory/develop/reference-app-manifest) notes these three values as acceptable:
`AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount`
Checking the manifest for an application in Azure uses `"AzureADandPersonalMicrosoftAccount"` **not** `"AzureADAndMicrosoftAccounts"`
@darshanhs90 can you confirm which values are correct?
Contributor guide
Assessment
This issue has not been assessed yet.