Skip to content

Commit

Permalink
Don't set isTokenEndpointIpHeaderTrusted on create
Browse files Browse the repository at this point in the history
This reflects auth0/terraform-provider-auth0#696, which prevents
effectively setting this property on create.
  • Loading branch information
iwahbe committed Jul 12, 2023
1 parent be4e062 commit 453a8d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ let client = new auth0.Client("test", {
appType: "non_interactive",
customLoginPageOn: true,
isFirstParty: true,
isTokenEndpointIpHeaderTrusted: true,
oidcConformant: false,
tokenEndpointAuthMethod: "client_secret_post",
clientMetadata: {
Expand Down

0 comments on commit 453a8d8

Please sign in to comment.