Skip to content

Commit

Permalink
Add Support for optional additional property (#864)
Browse files Browse the repository at this point in the history
* Update schema.go

* Update application_resource.go

* Update application_resource.go

* Update schema.go

* Update internal/services/applications/migrations/application_resource.go

* Update internal/services/applications/migrations/application_resource.go

* Update internal/services/applications/migrations/application_resource.go

Co-authored-by: Tom Bamford <[email protected]>
  • Loading branch information
MarkDordoy and manicminer authored Aug 25, 2022
1 parent 6d1599e commit 82d6a3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/services/applications/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func schemaOptionalClaims() *schema.Schema {
"emit_as_roles",
"include_externally_authenticated_upn",
"include_externally_authenticated_upn_without_hash",
"max_size_limit",
"netbios_domain_and_sam_account_name",
"on_premise_security_identifier",
"sam_account_name",
Expand Down

0 comments on commit 82d6a3a

Please sign in to comment.