Using unverified domains in azuread_application
's identifier_uris
(for SAML 2.0 based SSO integrations) requires two-step apply
#797
Milestone
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
azuread_application
azuread_service_principal
Terraform Configuration Files
Output
Steps to Reproduce
terraform apply
Workaround
identifier_uris
and runterraform apply
identifier_uris
and runterraform apply
Expected Behavior
We have kind of a circular dependency here: the Azure AD app must be created first because the serviceprincipal needs the
application_id
but to set the app'sidentifier_uris
the service principal must exist withpreferred_single_sign_on_mode
set to "saml". Currently Terraform itself can't handle circular dependencies, see hashicorp/terraform#27188, so maybe there is some way to address the issue inside the azuread provider?Related:
The text was updated successfully, but these errors were encountered: