mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-16 18:15:17 +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.
|
// Add here scopes for id token to be used at MS Identity Platform endpoints.
|
||||||
export const msalLoginRequest: PopupRequest = {
|
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.
|
// Add here the endpoints for MS Graph API services you would like to use.
|
||||||
export const msalGraphConfig = {
|
export const msalGraphConfig = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user