Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Removing invalid settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Torres committed Dec 3, 2014
1 parent 0dfeb01 commit 8050102
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
public class ServiceConstants {
public static final String AUTHORITY_URL = "https://login.windows.net/common";
public static final String RESOURCE_ID = "https://outlook.office365.com/";
public static final String REDIRECT_URL = "https://junction.onmicrosoft.com/getO365AccessToken";
public static final String CLIENT_ID = "a69d48a4-4335-4e83-aaf3-7ab834e949fb";
public static final String REDIRECT_URL = "";
public static final String CLIENT_ID = "";
public static final String ENCRYPTION_KEY = "EncryptionKey";
// it is generally the case for O365 services that the endpoint ID is the concatenation
// RESOURCE_ID and the api version. Please check against your actual deployment
public static final String ENDPOINT_ID = RESOURCE_ID + "api/v1.0";
}
}

0 comments on commit 8050102

Please sign in to comment.