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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritise this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritise the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
Currently, platform configuration is implemented as part of the azuread_application resource. There seems to be scenarios - I have come across at least one - where this is not ideal. When configuring a nativeClient platform, in some (probably most) cases we need to know the application (client) id of the Azure AD Application in order to be able to configure redirect uris (please see ms-appx-web: uri below)
If we have azuread_application_platform as an independent resource (as mentioned in the potential configuration) we'll be able to solve the above problem. This would also be better aligned with the concept of "Platform configurations" of Azure AD Application.
Thanks for the suggestion @channaj. Needing to know the application ID is something that has come up in a couple of different contexts and we'll look to solve this.
Community Note
Description
Currently, platform configuration is implemented as part of the
azuread_application
resource. There seems to be scenarios - I have come across at least one - where this is not ideal. When configuring anativeClient
platform, in some (probably most) cases we need to know the application (client) id of the Azure AD Application in order to be able to configure redirect uris (please seems-appx-web:
uri below)If we have
azuread_application_platform
as an independent resource (as mentioned in the potential configuration) we'll be able to solve the above problem. This would also be better aligned with the concept of "Platform configurations" of Azure AD Application.New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: