Skip to content

Commit 7d5f8f0

Browse files
mwanziasstephenmusee
and
stephenmusee
authored
Add EntraID configuration file (#1)
* Add EntraID configuration file * remove the auto configuration file to the root and rename --------- Co-authored-by: stephenmusee <[email protected]>
1 parent 7944a10 commit 7d5f8f0

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

auto-config.json

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"note": "This is an instruction file used by Microsoft tools to generate Quickstart. App developers do not need to use this file.",
3+
"$schema": "https://raw.githubusercontent.com/microsoft/vscode-ms-entra/main/schemas/sampleConfigV1.schema.json",
4+
"_version": "1",
5+
"credential": "secret",
6+
"appUpdates": {
7+
"web": {
8+
"redirectUris": [
9+
"http://localhost:5000/getAToken"
10+
]
11+
}
12+
},
13+
"replacements": {
14+
".env.sample.entra-id":{
15+
"out":".env",
16+
"tokens": {
17+
"<authority url>":"authorityEndpointHost",
18+
"<client id>": "appId",
19+
"<client secret>":"clientSecret",
20+
"<your redirect uri>":"redirectUri"
21+
}
22+
}
23+
}
24+
}

0 commit comments

Comments
 (0)