-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathportal.json
44 lines (44 loc) · 1015 Bytes
/
portal.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
35
36
37
38
39
40
41
42
43
44
{
"is_token_endpoint_ip_header_trusted": false,
"name": "portal",
"is_first_party": true,
"oidc_conformant": true,
"sso_disabled": false,
"cross_origin_auth": false,
"refresh_token": {
"expiration_type": "non-expiring",
"leeway": 0,
"infinite_token_lifetime": true,
"infinite_idle_token_lifetime": true,
"token_lifetime": 31557600,
"idle_token_lifetime": 2592000,
"rotation_type": "non-rotating"
},
"allowed_clients": [],
"callbacks": [
"##CLIENT_ISSUER_CALLBACK_URL##"
],
"native_social_login": {
"apple": {
"enabled": false
},
"facebook": {
"enabled": false
}
},
"jwt_configuration": {
"alg": "RS256",
"lifetime_in_seconds": 36000,
"secret_encoded": false
},
"client_aliases": [],
"token_endpoint_auth_method": "client_secret_post",
"app_type": "regular_web",
"grant_types": [
"authorization_code",
"implicit",
"refresh_token",
"client_credentials"
],
"custom_login_page_on": true
}