Skip to content

Commit

Permalink
O365: prepare GCC-High/DoD endpoints support, fix regression
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/davmail/code/trunk@3512 3d1905a2-6b24-0410-a738-b14d5a86fcbd
  • Loading branch information
mguessan committed Jan 6, 2024
1 parent c121c16 commit 99a4944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/davmail/exchange/auth/O365Token.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public O365Token(String tenantId, String clientId, String redirectUri, String pa
public O365Token(String tenantId, String clientId, String redirectUri, String code, String password) throws IOException {
this.clientId = clientId;
this.redirectUri = redirectUri;
this.tokenUrl = Settings.getO365Url() + tenantId + "/oauth2/token";
this.tokenUrl = Settings.getO365LoginUrl() + tenantId + "/oauth2/token";
this.password = password;

ArrayList<NameValuePair> parameters = new ArrayList<>();
Expand Down

1 comment on commit 99a4944

@RickyDoug
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is your ETA to have the GCC-High complete? We roll over this friday, and I'll have to shoot myself if I have to use Outlook. :)

Please sign in to comment.