2013-10-24 11:23:46 +02:00
|
|
|
{
|
|
|
|
"portal_scheme": "https",
|
2015-11-23 09:34:40 +01:00
|
|
|
"portal_domain": "example.com",
|
2013-10-24 11:23:46 +02:00
|
|
|
"portal_path": "/ssowat/",
|
2019-02-12 20:18:19 +01:00
|
|
|
"theme": "default",
|
2013-10-24 11:23:46 +02:00
|
|
|
"domains": [
|
2015-11-23 09:34:40 +01:00
|
|
|
"example.com",
|
|
|
|
"example.org"
|
2013-10-24 11:23:46 +02:00
|
|
|
],
|
|
|
|
"skipped_urls": [
|
2015-11-23 09:34:40 +01:00
|
|
|
"example.com/megusta",
|
|
|
|
"example.org/somuchwin"
|
2013-10-24 11:23:46 +02:00
|
|
|
],
|
2015-11-23 09:34:40 +01:00
|
|
|
"unprotected_urls": ["example.com/yunoprotect"],
|
2013-10-24 11:23:46 +02:00
|
|
|
"additional_headers": {
|
|
|
|
"Auth-User": "uid",
|
|
|
|
"Remote-User": "uid",
|
|
|
|
"Email": "mail",
|
|
|
|
"Name": "cn"
|
2013-10-29 11:52:05 +01:00
|
|
|
},
|
|
|
|
"users": {
|
|
|
|
"myuser": {
|
2015-11-23 09:34:40 +01:00
|
|
|
"example.com/myapp": "My App",
|
|
|
|
"example.com/myapp2": "My second App"
|
2013-10-29 11:52:05 +01:00
|
|
|
},
|
|
|
|
"myuser2": {
|
2015-11-23 09:34:40 +01:00
|
|
|
"example.org/myapp": "My other domain App",
|
|
|
|
"example.com/myapp2": "My second App"
|
2013-10-29 11:52:05 +01:00
|
|
|
}
|
2013-10-24 11:23:46 +02:00
|
|
|
}
|
|
|
|
}
|