Skip to content

Commit 73bfb0f

Browse files
committed
Add constants for Outlook in ADAL Test App
1 parent 454cb7b commit 73bfb0f

File tree

1 file changed

+2
-0
lines changed
  • userappwithbroker/src/main/java/com/microsoft/aad/adal/example/userappwithbroker

1 file changed

+2
-0
lines changed

userappwithbroker/src/main/java/com/microsoft/aad/adal/example/userappwithbroker/Constants.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ enum DataProfile {
5454
SHAREPOINT_MS_DEV("https://msdevex-my.sharepoint.com"),
5555
SHAREPOINT("00000003-0000-0ff1-ce00-000000000000"),
5656
OFFICE_ONEDRIVE("6a9b9266-8161-4a7b-913a-a9eda19da220"),
57+
OUTLOOK("https://outlook.office365.com"),
5758
SIMPLE("00000002-0000-0000-c000-000000000000");
5859

5960

@@ -74,6 +75,7 @@ enum ClientId {
7475
MOONCAKE("920cd637-4ca3-496b-8a6a-f7c6ca1b2b82"),
7576
ONEDRIVE("af124e86-4e96-495a-b70a-90f90ab96707"),
7677
OFFICE("d3590ed6-52b3-4102-aeff-aad2292ab01c"),
78+
OUTLOOK("27922004-5251-4030-b22d-91ecd9a37ea4"),
7779
APPCHECK2_BF("f5d01c1c-abe6-4207-ae2d-5bc9af251724"),
7880
GUESTCLIENT("ea5c8087-2476-489c-ae03-ad44a2ac399d"),
7981
ADFSV3("68a10fc3-ead9-41b8-ac5e-5b78af044736"),

0 commit comments

Comments
 (0)