Skip to content

Commit

Permalink
Merge pull request #2 from natomalabs/epd-1577-enhance-oauth-client-i…
Browse files Browse the repository at this point in the history
…d-secret

sign commits
  • Loading branch information
Astro2024 authored Nov 19, 2024
2 parents c24e4be + 7d88066 commit 7fd0106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Client {
errors.push('Okta Org URL not provided');
}

if (!parsedConfig.client.token && !parsedConfig.client.authorizationMode === 'SSWS') {
if (!parsedConfig.client.token && parsedConfig.client.authorizationMode === 'SSWS') {
errors.push('Okta API token not provided');
}

Expand Down

0 comments on commit 7fd0106

Please sign in to comment.