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
Terraform (and AzureAD Provider) Version
Affected Resource(s)
Terraform v1.0.0
on windows_amd64
+ provider registry.terraform.io/hashicorp/azuread v1.5.1
Terraform Configuration Files
resource"azuread_application""application" {
display_name=var.namegroup_membership_claims="SecurityGroup"# Onderstaande is niet mogelijk omdat de property on_premise_security_identifier niet ondersteund wordt.# Daarom hieronder maar met een scriptoptional_claims {
access_token {
name="groups"source=nullessential=falseadditional_properties=["on_premise_security_identifier", "emit_as_roles"]
}
}
}
│ Error: expected optional_claims.0.access_token.0.additional_properties.0 to be one of [dns_domain_and_sam_account_name emit_as_roles include_externally_authenticated_upn include_externally_authenticated_upn_without_hash netbios_domain_and_sam_account_name sam_account_name use_guid], got on_premise_security_identifier
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered:
dvdvorle
changed the title
App registration doesn't accept on_premise_security_identifier as additional property
App registration should accept on_premise_security_identifier as additional property
Jun 15, 2021
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.
Community Note
Terraform (and AzureAD Provider) Version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
In portal terms:
In app registration manifest terms:
Actual Behavior
│ Error: expected optional_claims.0.access_token.0.additional_properties.0 to be one of [dns_domain_and_sam_account_name emit_as_roles include_externally_authenticated_upn include_externally_authenticated_upn_without_hash netbios_domain_and_sam_account_name sam_account_name use_guid], got on_premise_security_identifier
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: