Skip to content

Commit add6834

Browse files
committed
- replaces ID by placeholder
1 parent cd41d3b commit add6834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/interactiveBrowserSample/src/main/java/interactiveBrowserMain.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class interactiveBrowserMain {
1313
//Replace CLIENT_ID with your own client id from an adequately configured app
1414
//for requirements visit:
1515
//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";
16+
private final static String CLIENT_ID = "<your client/app id>";
1717

1818
//Set the scopes for your ms-graph request
1919
private final static List<String> SCOPES = Arrays.asList("User.ReadBasic.All");

0 commit comments

Comments
 (0)