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
ApplicationsClient.BaseClient.Post(): unexpected status 403 with OData error: Authorization_RequestDenied: Insufficient privileges to complete the operation.
Panic Outputter
N/A
Expected Behavior
terraform apply should run without an error
Actual Behavior
terraform apply fails with a 403 error.
Steps to Reproduce
terraform apply --> confirm 'yes' -> error
Important Factoids
resource "azuread_application" "uat_personnel_api" {
display_name = "Personnel API (UAT)"
identifier_uris = ["api://uat-personnel-api"]
owners = local.core_team_adm[*].object_id
sign_in_audience = "AzureADMyOrg"
api {
# DANGER: Bug : mapped_claims_enabled has to be commented out by the first execution, after App is created, you can uncomment. Otherwise you will get 403 error.
mapped_claims_enabled = true
requested_access_token_version = 2
}
}
References
N/A
Community Note
N/A
The text was updated successfully, but these errors were encountered:
Terraform Version and Provider Version
Terraform v1.2.7
hashicorp/azuread 2.27.0
Windows Version
Windows 10
Affected Resource(s)
Terraform Configuration Files
Debug Output
ApplicationsClient.BaseClient.Post(): unexpected status 403 with OData error: Authorization_RequestDenied: Insufficient privileges to complete the operation.
Panic Outputter
N/A
Expected Behavior
terraform apply
should run without an errorActual Behavior
terraform apply
fails with a 403 error.Steps to Reproduce
terraform apply
--> confirm 'yes' -> errorImportant Factoids
References
N/A
Community Note
N/A
The text was updated successfully, but these errors were encountered: