forked from Azure-Samples/ms-identity-python-samples-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaad.b2c.config.json
34 lines (34 loc) · 959 Bytes
/
aad.b2c.config.json
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
30
31
32
33
34
{
"type": {
"client_type": "CONFIDENTIAL",
"authority_type": "B2C",
"framework": "FLASK"
},
"client": {
"client_id": "e5c690fe-05df-4035-8f95-f6820851c584",
"client_credential": "BpQ.A3ntu20jkUCcR-QluvN359DU--71ef",
"authority": "https://fabrikamb2c.b2clogin.com/fabrikamb2c.onmicrosoft.com"
},
"b2c": {
"susi": "/b2c_1_susi",
"profile": "/b2c_1_edit_profile",
"password": "/b2c_1_reset"
},
"auth_request": {
"redirect_uri": null,
"scopes": [],
"response_type": "code"
},
"flask": {
"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"
}
},
"django": null
}