SSOwat/conf.json.example

32 lines
731 B
Text
Raw Normal View History

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