diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 159f00d..9594035 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -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({