I have the same issue as the issue below reported on GitHub.
Is it possible to register a redirect URI in Terraform’s azuread_application resource?
improved support to avoid manual workflow from azure AD application #5180
I have the same issue as the issue below reported on GitHub.
Is it possible to register a redirect URI in Terraform’s azuread_application resource?
improved support to avoid manual workflow from azure AD application #5180
You can configure redirect URIs for applications using the AzureAD provider - at this time it’s limited to web URIs only due to API limitations, but we are working on expanding this to support SPA and mobile/native types too.
The property you want is currently called reply_urls
; this is the legacy name for redirect URIs.