mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
20 lines
455 B
JSON
20 lines
455 B
JSON
{
|
|
"portal_scheme": "https",
|
|
"portal_domain": "mydomain.com",
|
|
"portal_path": "/ssowat/",
|
|
"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"
|
|
}
|
|
}
|