Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
denys.oblohin authored and denysoblohin-okta committed Jul 7, 2021
1 parent c7d63c5 commit 17c41a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jwt-verifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Custom JWKS URI can be provided. It's useful when JWKS URI cannot be based on Is
const verifier = new OktaJwtVerifier({
issuer: 'https://{yourOktaDomain}',
clientId: '{clientId}',
jwksUri: 'https://https://{yourOktaDomain}/oauth2/v1/keys'
jwksUri: 'https://{yourOktaDomain}/oauth2/v1/keys'
});
```

Expand Down

0 comments on commit 17c41a3

Please sign in to comment.