Skip to content

Commit

Permalink
Merge pull request #967 from cvs79/cloud_displayname_support
Browse files Browse the repository at this point in the history
Add support for cloud_displayname
  • Loading branch information
manicminer authored Jan 11, 2023
2 parents e30c6f6 + 9f0451d commit 49f8b94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/services/applications/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ func schemaOptionalClaims() *schema.Schema {
Type: schema.TypeString,
ValidateFunc: validation.StringInSlice(
[]string{
"cloud_displayname",
"dns_domain_and_sam_account_name",
"emit_as_roles",
"include_externally_authenticated_upn",
"include_externally_authenticated_upn_without_hash",
"include_externally_authenticated_upn",
"max_size_limit",
"netbios_domain_and_sam_account_name",
"on_premise_security_identifier",
Expand Down

0 comments on commit 49f8b94

Please sign in to comment.