We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db6d5d commit af386e9Copy full SHA for af386e9
src/java/davmail/exchange/auth/O365Authenticator.java
@@ -90,7 +90,7 @@ public static String buildAuthorizeUrl(String tenantId, String clientId, String
90
//.addParameter("scope", "openid profile offline_access Mail.ReadWrite Calendars.ReadWrite MailboxSettings.Read Mail.ReadWrite.Shared Contacts.ReadWrite Mail.Send");
91
// return scopes with 00000003-0000-0000-c000-000000000000 scopes
92
//.addParameter("scope", "openid profile offline_access .default");
93
- .addParameter("scope", "openid profile offline_access "+Settings.getGraphUrl()+"/.default Mail.ReadWrite.Shared");
+ .addParameter("scope", "openid profile offline_access "+Settings.getGraphUrl()+"/.default");
94
//.addParameter("scope", "openid " + Settings.getOutlookUrl() + "/EWS.AccessAsUser.All AuditLog.Read.All Calendar.ReadWrite Calendars.Read.Shared Calendars.ReadWrite Contacts.ReadWrite DataLossPreventionPolicy.Evaluate Directory.AccessAsUser.All Directory.Read.All Files.Read Files.Read.All Files.ReadWrite.All Group.Read.All Group.ReadWrite.All InformationProtectionPolicy.Read Mail.ReadWrite Mail.Send Notes.Create Organization.Read.All People.Read People.Read.All Printer.Read.All PrintJob.ReadWriteBasic SensitiveInfoType.Detect SensitiveInfoType.Read.All SensitivityLabel.Evaluate Tasks.ReadWrite TeamMember.ReadWrite.All TeamsTab.ReadWriteForChat User.Read.All User.ReadBasic.All User.ReadWrite Users.Read");
95
} else {
96
// Outlook desktop relies on classic authorize endpoint
0 commit comments