Skip to content

Commit

Permalink
update default prefix to avoid confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
zackliu committed Jun 6, 2017
1 parent 53aaddd commit 8d78e71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static class Constants {
public static final String DEFAULT_GRAPH_ENDPOINT
= "https://graph.windows.net/";
public static final String DEFAULT_OAUTH_PREFIX
= "https://login.windows.net/";
= "https://login.windows.net/<TenantId>";
}

public static class ServicePrincipal implements java.io.Serializable {
Expand Down

0 comments on commit 8d78e71

Please sign in to comment.