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
When I'm trying to create App with unsupported audience I get expected error: Error: expected sign_in_audience to be one of [AzureADMyOrg AzureADMultipleOrgs], got AzureADandPersonalMicrosoftAccount
Could you please add support for AzureADandPersonalMicrosoftAccount?
Updated: There are actually 4 possible audience. Added PersonalMicrosoftAccount
The text was updated successfully, but these errors were encountered:
Hi @Szer, thanks for requesting this feature. We recently merged support for AzureADandPersonalMicrosoftAccount and PersonalMicrosoftAccount values for the sign_in_audience property and this will be included in the next release of the provider. For some additional context, the next release of the provider will be a major release (v2.0) which includes many new features that we were previously unable to add without introducing breaking changes. You can find out more about this in #323.
This particular feature was already requested in #408, as such I'm going to close this one as a duplicate. We appreciate your feature requests and encourage you to open further issues if there's a feature missing that isn't already covered in an existing issue. Thanks!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
According to Azure AD Docs there are
34 possible audience for Azure App:Latest (1.6.0)
azuread
provider supports only 2 out of 4:https://registry.terraform.io/providers/hashicorp/azuread/latest/docs/resources/application#sign_in_audience
with
AzureADMyOrg
by default.When I'm trying to create App with unsupported audience I get expected error:
Error: expected sign_in_audience to be one of [AzureADMyOrg AzureADMultipleOrgs], got AzureADandPersonalMicrosoftAccount
Could you please add support for
AzureADandPersonalMicrosoftAccount
?Updated: There are actually 4 possible audience. Added
PersonalMicrosoftAccount
The text was updated successfully, but these errors were encountered: