Add Usesend but havent tested it just yet
This commit is contained in:
@@ -19,11 +19,13 @@ export const Entra: AuthProviderMaterializedConfig = {
|
||||
token:
|
||||
'https://login.microsoftonline.com/16200986-86f1-44d2-974c-cfa99352722c/oauth2/v2.0/token',
|
||||
userinfo: 'https://graph.microsoft.com/oidc/userinfo',
|
||||
allowDangerousEmailAccountLinking: true,
|
||||
profile(profile) {
|
||||
return {
|
||||
id: profile.sub,
|
||||
name: profile.name,
|
||||
email: profile.email,
|
||||
//image: profile.picture,
|
||||
};
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user