We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd41d3b commit add6834Copy full SHA for add6834
samples/interactiveBrowserSample/src/main/java/interactiveBrowserMain.java
@@ -13,7 +13,7 @@ public class interactiveBrowserMain {
13
//Replace CLIENT_ID with your own client id from an adequately configured app
14
//for requirements visit:
15
//https://github.com/Azure/azure-sdk-for-java/wiki/Set-up-Your-Environment-for-Authentication#enable-applications-for-interactive-browser-oauth-2-flow
16
- private final static String CLIENT_ID = "199e4de3-dd3b-4a51-b78a-86b801246e20";
+ private final static String CLIENT_ID = "<your client/app id>";
17
18
//Set the scopes for your ms-graph request
19
private final static List<String> SCOPES = Arrays.asList("User.ReadBasic.All");
0 commit comments