Skip to content

Commit

Permalink
update scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaduncan committed Oct 29, 2024
1 parent 14a207c commit 1f14cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const oktaAuth = new OktaAuth({
issuer: 'https://{yourOktaDomain}/oauth2/default',
clientId: '{yourClientID}',
redirectUri: window.location.origin + '/login/callback',
scopes: ['openid', 'offline_access']
scopes: ['openid', 'profile', 'offline_access']
});

@NgModule({
Expand Down

0 comments on commit 1f14cbf

Please sign in to comment.