SSOwat/conf.json
2013-10-16 18:16:41 +02:00

21 lines
480 B
JSON

{
"portal_domain": "mydomain.com",
"portal_path": "/ssowat/",
"portal_port": "443",
"portal_scheme": "https",
"domains": [
"mydomain.com",
"myotherdomain.com"
],
"skipped_urls": [
"mydomain.com/megusta",
"myotherdomain.com/somuchwin"
],
"unprotected_urls": ["mydomain.com/yunoprotect"],
"additional_headers": {
"Auth-User": "uid",
"Remote-User": "uid",
"Email": "mail",
"Name": "cn"
}
}