mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-15 17:46:39 +00:00
parent
ce99d52cd7
commit
df5ccc1227
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user