Skip to content

Commit

Permalink
Removing token_endpoint_auth_method from auth0_client example (#822)
Browse files Browse the repository at this point in the history
Co-authored-by: Will Vedder <[email protected]>
Co-authored-by: Sergiu Ghitea <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2023
1 parent 47219be commit abd4088
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/resources/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ resource "auth0_client" "my_client" {
custom_login_page_on = true
is_first_party = true
is_token_endpoint_ip_header_trusted = true
token_endpoint_auth_method = "client_secret_post"
oidc_conformant = false
callbacks = ["https://example.com/callback"]
allowed_origins = ["https://example.com"]
Expand Down
1 change: 0 additions & 1 deletion examples/resources/auth0_client/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ resource "auth0_client" "my_client" {
custom_login_page_on = true
is_first_party = true
is_token_endpoint_ip_header_trusted = true
token_endpoint_auth_method = "client_secret_post"
oidc_conformant = false
callbacks = ["https://example.com/callback"]
allowed_origins = ["https://example.com"]
Expand Down

0 comments on commit abd4088

Please sign in to comment.