Skip to content

Commit

Permalink
update to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaduncan committed Oct 4, 2024
1 parent 14a207c commit 862ad1d
Show file tree
Hide file tree
Showing 4 changed files with 9,291 additions and 7,191 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const oktaAuth = new OktaAuth({
clientId: '{yourClientID}',
issuer: 'https://{yourOktaDomain}/oauth2/default',
redirectUri: window.location.origin + '/login/callback',
scopes: ['openid', 'offline_access']
scopes: ['openid', 'profile', 'offline_access']
});
```

Expand Down
Loading

0 comments on commit 862ad1d

Please sign in to comment.