Skip to content

Commit b39f522

Browse files
committed
wip
1 parent a15f065 commit b39f522

2 files changed

Lines changed: 83 additions & 86 deletions

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
root = true
88

9-
[*]
9+
[*.{php,inc,module}]
1010
charset = utf-8
1111
end_of_line = lf
1212
insert_final_newline = true
Lines changed: 82 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,83 @@
11
cas:
2-
base_url: https://webgate.ec.europa.eu/cas
3-
protocol:
4-
login:
5-
path: /login
6-
allowed_parameters:
7-
- service
8-
- renew
9-
- gateway
10-
- acceptStrengths
11-
default_parameters:
12-
# Comma separated list of user strengths: PASSWORD, MOBILE_APP, PASSWORD_SMS, PASSWORD_TOKEN, PASSWORD_TOKEN_CRAM, PASSWORD_SOFTWARE_TOKEN, PASSWORD_MOBILE_APP, CLIENT_CERT, BASIC
13-
# For a mock-up server, use BASIC, default is PASSWORD.
14-
acceptStrengths: "PASSWORD"
15-
service: cas_bundle_homepage
16-
serviceValidate:
17-
allowed_parameters:
18-
- assuranceLevel
19-
- format
20-
- groups
21-
- pgtUrl
22-
- renew
23-
- service
24-
- ticket
25-
- ticketTypes
26-
- userDetails
27-
# Could be /serviceValidate, /strictValidate, /interinstitutionalValidate, /sponsorValidate, /laxValidate
28-
# Make sure to read the "ECAS Client Installation and Configuration Guide - Advanced.pdf" before changing those parameters.
29-
path: /serviceValidate
30-
default_parameters:
31-
# Type of assurance level: TOP, HIGH, MEDIUM, LOW
32-
# Default is TOP.
33-
assuranceLevel: "TOP"
34-
# Do not change this parameter, it won't work with ECAS.
35-
format: XML
36-
# Allowed user groups. "*" means all the groups.
37-
groups: "*"
38-
# Enable proxy authentication by setting this parameter.
39-
#pgtUrl: cas_bundle_proxy_callback
40-
# Comma separated list of allowed ticket types: SERVICE, DESKTOP, PROXY.
41-
# Default is SERVICE,PROXY
42-
ticketTypes: "SERVICE,PROXY"
43-
# Boolean. If true, all the user fields will be retrieved from ECAS.
44-
userDetails: "true"
45-
logout:
46-
path: /logout
47-
allowed_parameters:
48-
- service
49-
default_parameters:
50-
service: cas_bundle_homepage
51-
proxy:
52-
path: /proxy
53-
allowed_parameters:
54-
- targetService
55-
- pgt
56-
proxyValidate:
57-
path: /proxyValidate
58-
allowed_parameters:
59-
- assuranceLevel
60-
- format
61-
- groups
62-
- pgtUrl
63-
- renew
64-
- service
65-
- ticket
66-
- ticketTypes
67-
- userDetails
68-
- userStrengths
69-
default_parameters:
70-
# Type of assurance level: TOP, HIGH, MEDIUM, LOW
71-
# Default is TOP.
72-
assuranceLevel: "TOP"
73-
# Do not change this parameter, it won't work with ECAS.
74-
format: XML
75-
# Allowed user groups. "*" means all the groups.
76-
groups: "*"
77-
# Enable proxy authentication by setting this parameter.
78-
#pgtUrl: cas_bundle_proxy_callback
79-
# Comma separated list of allowed ticket types: SERVICE, DESKTOP, PROXY.
80-
# Default is SERVICE,PROXY
81-
ticketTypes: "SERVICE,PROXY"
82-
# Boolean. If true, all the user fields from ECAS server and available will be retrieved.
83-
userDetails: "true"
84-
# Comma separated list of user strengths: PASSWORD, MOBILE_APP, PASSWORD_SMS, PASSWORD_TOKEN, PASSWORD_TOKEN_CRAM, PASSWORD_SOFTWARE_TOKEN, PASSWORD_MOBILE_APP, CLIENT_CERT, BASIC
85-
# For a mock-up server, use BASIC, default is PASSWORD.
86-
userStrengths: "PASSWORD"
2+
base_url: https://webgate.ec.europa.eu/cas
3+
protocol:
4+
login:
5+
path: /login
6+
allowed_parameters:
7+
- service
8+
- renew
9+
- gateway
10+
- acceptStrengths
11+
default_parameters:
12+
# Comma separated list of user strengths: PASSWORD, MOBILE_APP, PASSWORD_SMS, PASSWORD_TOKEN, PASSWORD_TOKEN_CRAM, PASSWORD_SOFTWARE_TOKEN, PASSWORD_MOBILE_APP, CLIENT_CERT, BASIC
13+
# For a mock-up server, use BASIC, default is PASSWORD.
14+
acceptStrengths: "PASSWORD"
15+
service: cas_bundle_homepage
16+
serviceValidate:
17+
allowed_parameters:
18+
- assuranceLevel
19+
- format
20+
- groups
21+
- pgtUrl
22+
- renew
23+
- service
24+
- ticket
25+
- ticketTypes
26+
- userDetails
27+
# Could be /serviceValidate, /strictValidate, /interinstitutionalValidate, /sponsorValidate, /laxValidate
28+
# Make sure to read the "ECAS Client Installation and Configuration Guide - Advanced.pdf" before changing those parameters.
29+
path: /serviceValidate
30+
default_parameters:
31+
# Type of assurance level: TOP, HIGH, MEDIUM, LOW
32+
# Default is TOP.
33+
assuranceLevel: "TOP"
34+
# Do not change this parameter, it won't work with ECAS.
35+
format: XML
36+
# Allowed user groups. "*" means all the groups.
37+
groups: "*"
38+
# Enable proxy authentication by setting this parameter.
39+
#pgtUrl: cas_bundle_proxy_callback
40+
# Comma separated list of allowed ticket types: SERVICE, DESKTOP, PROXY.
41+
# Default is SERVICE,PROXY
42+
ticketTypes: "SERVICE,PROXY"
43+
# Boolean. If true, all the user fields will be retrieved from ECAS.
44+
userDetails: "true"
45+
logout:
46+
path: /logout
47+
allowed_parameters:
48+
- service
49+
default_parameters:
50+
service: cas_bundle_homepage
51+
proxy:
52+
path: /proxy
53+
allowed_parameters:
54+
- targetService
55+
- pgt
56+
proxyValidate:
57+
path: /proxyValidate
58+
allowed_parameters:
59+
- assuranceLevel
60+
- format
61+
- groups
62+
- pgtUrl
63+
- renew
64+
- service
65+
- ticket
66+
- ticketTypes
67+
- userDetails
68+
- userStrengths
69+
default_parameters:
70+
# Type of assurance level: TOP, HIGH, MEDIUM, LOW
71+
# Default is TOP.
72+
assuranceLevel: "TOP"
73+
# Do not change this parameter, it won't work with ECAS.
74+
format: XML
75+
# Allowed user groups. "*" means all the groups.
76+
groups: "*"
77+
# Enable proxy authentication by setting this parameter.
78+
#pgtUrl: cas_bundle_proxy_callback
79+
# Comma separated list of allowed ticket types: SERVICE, DESKTOP, PROXY.
80+
# Default is SERVICE,PROXY
81+
ticketTypes: "SERVICE,PROXY"
82+
# Boolean. If true, all the user fields will be retrieved from ECAS.
83+
userDetails: "true"

0 commit comments

Comments
 (0)