Skip to content

Commit

Permalink
Updated mTLS example
Browse files Browse the repository at this point in the history
  • Loading branch information
gyaneshgouraw-okta committed Apr 29, 2024
1 parent b94db63 commit b35f089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,8 @@ const { data: tokens } = await auth.passwordless.loginWithEmail({
```js
import { AuthenticationClient } from 'auth0';

// add mtls prefix to your domain name
const auth = new AuthenticationClient({
domain: 'mtls.{YOUR_TENANT_AND REGION}.auth0.com',
domain: '{YOUR_TENANT_AND REGION}.auth0.com',
clientId: '{YOUR_CLIENT_ID}',
agent: new https.Agent({ ... }),
});
Expand Down

0 comments on commit b35f089

Please sign in to comment.