Skip to content

Commit e110bad

Browse files
committed
Remove userinfo audience from login and profile steps
1 parent fd6c36a commit e110bad

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

01-Login/src/Auth/Auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default class Auth {
77
domain: AUTH_CONFIG.domain,
88
clientID: AUTH_CONFIG.clientId,
99
redirectUri: AUTH_CONFIG.callbackUrl,
10-
audience: `https://${AUTH_CONFIG.domain}/userinfo`,
1110
responseType: 'token id_token',
1211
scope: 'openid'
1312
});

02-User-Profile/src/Auth/Auth.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default class Auth {
77
domain: AUTH_CONFIG.domain,
88
clientID: AUTH_CONFIG.clientId,
99
redirectUri: AUTH_CONFIG.callbackUrl,
10-
audience: `https://${AUTH_CONFIG.domain}/userinfo`,
1110
responseType: 'token id_token',
1211
scope: 'openid profile'
1312
});

0 commit comments

Comments
 (0)