forked from Azure-Samples/ms-identity-python-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauto-config.json
More file actions
24 lines (24 loc) · 797 Bytes
/
auto-config.json
File metadata and controls
24 lines (24 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"note": "This is an instruction file used by Microsoft tools to generate Quickstart. App developers do not need to use this file.",
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-ms-entra/main/schemas/sampleConfigV1.schema.json",
"_version": "1",
"credential": "secret",
"appUpdates": {
"web": {
"redirectUris": [
"http://localhost:5000/getAToken"
]
}
},
"replacements": {
".env.sample.entra-id":{
"out":".env",
"tokens": {
"<authority url>":"authorityEndpointHost",
"<client id>": "appId",
"<client secret>":"clientSecret",
"<your redirect uri>":"redirectUri"
}
}
}
}