Skip to content

Commit

Permalink
chore: cleanup config, remove XML stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed May 16, 2023
1 parent 450648e commit 309dc3e
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions Resources/config/packages/dev/cas_bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,46 +3,21 @@ cas:
protocol:
login:
path: /login
allowed_parameters:
- service
- renew
- gateway
default_parameters:
service: cas_bundle_homepage
serviceValidate:
allowed_parameters:
- service
- ticket
- pgtUrl
- renew
- format
- userDetails
- ticketTypes
path: /serviceValidate
default_parameters:
userDetails: "true"
format: XML
#pgtUrl: cas_bundle_proxy_callback
logout:
path: /logout
allowed_parameters:
- service
default_parameters:
service: cas_bundle_homepage
proxy:
path: /proxy
allowed_parameters:
- targetService
- pgt
proxyValidate:
path: /proxyValidate
allowed_parameters:
- service
- ticket
- userDetails
- pgtUrl
- format
default_parameters:
userDetails: "true"
format: XML
#pgtUrl: cas_bundle_proxy_callback

0 comments on commit 309dc3e

Please sign in to comment.