mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
15 lines
347 B
JSON
15 lines
347 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"]
|
|
}
|