-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathauth.json
More file actions
24 lines (24 loc) · 837 Bytes
/
auth.json
File metadata and controls
24 lines (24 loc) · 837 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
{
"credentials": {
"clientId": "45969834-3083-4671-b33e-e7de11e358a1",
"tenantId": "cbaf2168-de14-4c72-9d88-f5f05366dbef",
"clientSecret": "8BOZbL3ldfThP3PsEnx4q6GEnoOuhHfAW9o/XRpcu98="
},
"configuration": {
"homePageRoute": "/home",
"redirectUri": "http://localhost:4000/redirect",
"postLogoutRedirectUri": "http://localhost:4000/"
},
"resources": {
"graphAPI": {
"callingPageRoute": "/profile",
"endpoint": "https://graph.microsoft.com/v1.0/me",
"scopes": ["user.read"]
},
"armAPI": {
"callingPageRoute": "/tenant",
"endpoint": "https://management.azure.com/tenants?api-version=2020-01-01",
"scopes": ["https://management.azure.com/user_impersonation"]
}
}
}