SSOwat/conf.json

21 lines
455 B
JSON
Raw Normal View History

2013-10-15 10:11:39 +02:00
{
2013-10-20 16:38:49 +02:00
"portal_scheme": "https",
2013-10-16 15:54:58 +02:00
"portal_domain": "mydomain.com",
2013-10-15 10:11:39 +02:00
"portal_path": "/ssowat/",
2013-10-16 11:27:18 +02:00
"domains": [
"mydomain.com",
"myotherdomain.com"
],
2013-10-15 10:11:39 +02:00
"skipped_urls": [
"mydomain.com/megusta",
"myotherdomain.com/somuchwin"
],
2013-10-16 18:16:41 +02:00
"unprotected_urls": ["mydomain.com/yunoprotect"],
"additional_headers": {
"Auth-User": "uid",
"Remote-User": "uid",
"Email": "mail",
"Name": "cn"
}
2013-10-15 10:11:39 +02:00
}