We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6c36a commit e110badCopy full SHA for e110bad
2 files changed
01-Login/src/Auth/Auth.js
@@ -7,7 +7,6 @@ export default class Auth {
7
domain: AUTH_CONFIG.domain,
8
clientID: AUTH_CONFIG.clientId,
9
redirectUri: AUTH_CONFIG.callbackUrl,
10
- audience: `https://${AUTH_CONFIG.domain}/userinfo`,
11
responseType: 'token id_token',
12
scope: 'openid'
13
});
02-User-Profile/src/Auth/Auth.js
scope: 'openid profile'
0 commit comments