Skip to content

Commit affd68b

Browse files
authored
Add configuration for ready-to-go downloaded sample - Android
#sign-off Please merge
1 parent 298fb78 commit affd68b

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

AppCreationScripts/apps.json

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,34 @@
2727
}
2828
]
2929
}
30-
]
31-
}
30+
],
31+
"codeConfigurations": [
32+
{
33+
"settingFile": "/app/src/main/res/raw/auth_config_multiple_account.json",
34+
"replaceTokens": {
35+
"appId": "0984a7b6-bc13-4141-8b0d-8f767e136bb7",
36+
"tenantId": "common",
37+
"redirectUri": "msauth://com.azuresamples.msalandroidapp/1wIqXSqBj7w%2Bh11ZifsnqwgyKrY%3D",
38+
"signInAudience": "AzureADandPersonalMicrosoftAccount"
39+
}
40+
},
41+
{
42+
"settingFile": "/app/src/main/res/raw/auth_config_single_account.json",
43+
"replaceTokens": {
44+
"appId": "0984a7b6-bc13-4141-8b0d-8f767e136bb7",
45+
"tenantId": "common",
46+
"redirectUri": "msauth://com.azuresamples.msalandroidapp/1wIqXSqBj7w%2Bh11ZifsnqwgyKrY%3D",
47+
"signInAudience": "AzureADandPersonalMicrosoftAccount"
48+
}
49+
},
50+
{
51+
"settingFile": "/app/src/main/AndroidManifest.xml",
52+
"replaceTokens": {
53+
"packageName": "com.azuresamples.msalandroidapp",
54+
"keyHash": "/1wIqXSqBj7w+h11ZifsnqwgyKrY="
55+
}
56+
}
57+
]
58+
}
3259
]
3360
}

0 commit comments

Comments
 (0)