forked from Azure-Samples/ms-identity-python-samples-common
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaad.django.config.json
More file actions
29 lines (29 loc) · 818 Bytes
/
Copy pathaad.django.config.json
File metadata and controls
29 lines (29 loc) · 818 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
25
26
27
28
29
{
"type": {
"client_type": "CONFIDENTIAL",
"authority_type": "SINGLE_TENANT",
"framework": "DJANGO"
},
"client": {
"client_id": "enter-your-client-id-here",
"client_credential": "enter-your-client-secret-here",
"authority": "https://login.microsoftonline.com/enter-your-tenant-id-here"
},
"auth_request": {
"redirect_uri": null,
"scopes": [],
"response_type": "code"
},
"flask": null,
"django": {
"id_web_configs": "MS_ID_WEB_CONFIGS",
"auth_endpoints": {
"prefix": "auth",
"sign_in": "sign_in",
"edit_profile": "edit_profile",
"redirect": "redirect",
"sign_out": "sign_out",
"post_sign_out": "post_sign_out"
}
}
}