Skip to content

Commit

Permalink
docs and remove deprecated field
Browse files Browse the repository at this point in the history
  • Loading branch information
ccogan-lh committed Feb 22, 2022
1 parent cf7b108 commit 310f6a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions auth0/resource_auth0_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,10 +596,6 @@ func newClient() *schema.Resource {
Type: schema.TypeString,
Computed: true,
},
"subject": {
Type: schema.TypeString,
Computed: true,
},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Attributes exported by this resource include:
* `grant_types` - List(String). Types of grants that this client is authorized to use.
* `custom_login_page_on` - Boolean. Indicates whether or not a custom login page is to be used.
* `token_endpoint_auth_method` - String. Defines the requested authentication method for the token endpoint. Options include `none` (public client without a client secret), `client_secret_post` (client uses HTTP POST parameters), `client_secret_basic` (client uses HTTP Basic).
* `signing_keys` - List(Map). List containing a map of the public cert of the signing key, the public cert of the signing key in pkcs7, and subject.
* `signing_keys` - List(Map). List containing a map of the public cert of the signing key and the public cert of the signing key in pkcs7
### Client keys

To access the `client_secret` attribute you need to add the `read:client_keys` scope to the Terraform client. Otherwise, the attribute will contain an empty string.

0 comments on commit 310f6a4

Please sign in to comment.