This commit is contained in:
Akash Jain 2022-03-07 13:04:42 +05:30 committed by GitHub
parent ce99d52cd7
commit df5ccc1227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -125,7 +125,7 @@ export const setMsalInstance = (configs: Configuration) => {
// Add here scopes for id token to be used at MS Identity Platform endpoints.
export const msalLoginRequest: PopupRequest = {
scopes: ['User.Read', 'openid', 'profile', 'email', 'offline_access'],
scopes: ['openid', 'profile', 'email', 'offline_access'],
};
// Add here the endpoints for MS Graph API services you would like to use.
export const msalGraphConfig = {