mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
62 lines
1.8 KiB
Text
62 lines
1.8 KiB
Text
{
|
|
"domain_portal_urls": [
|
|
"example.tld": "example.tld/yunohost/sso",
|
|
"sub.example.tld": "example.tld/yunohost/sso",
|
|
"foobar.org": "foobar.org/yunohost/sso"
|
|
],
|
|
"permissions": {
|
|
"core_skipped": {
|
|
"auth_header": false,
|
|
"label": "Core permissions - skipped",
|
|
"public": true,
|
|
"show_tile": false,
|
|
"uris": [
|
|
"example.tld/yunohost/admin",
|
|
"example.tld/yunohost/api",
|
|
"re:^[^/]*/%.well%-known/ynh%-diagnosis/.*$",
|
|
"re:^[^/]*/%.well%-known/acme%-challenge/.*$",
|
|
"re:^[^/]*/%.well%-known/autoconfig/mail/config%-v1%.1%.xml.*$"
|
|
],
|
|
"users": []
|
|
},
|
|
"myapp.admin": {
|
|
"auth_header": true,
|
|
"label": "MyApp (admin)",
|
|
"public": false,
|
|
"show_tile": false,
|
|
"uris": [
|
|
"example.tld/myapp/admin"
|
|
],
|
|
"users": [
|
|
"JaneDoe"
|
|
]
|
|
},
|
|
"myapp.api": {
|
|
"auth_header": false,
|
|
"label": "MyApp (api)",
|
|
"public": true,
|
|
"show_tile": false,
|
|
"uris": [
|
|
"re:domain%.tld/%.well%-known/.*"
|
|
],
|
|
"users": []
|
|
},
|
|
"myapp.main": {
|
|
"auth_header": true,
|
|
"label": "MyApp",
|
|
"public": true,
|
|
"show_tile": true,
|
|
"uris": [
|
|
"example.tld/myapp"
|
|
],
|
|
"users": [
|
|
"JaneDoe",
|
|
"JohnDoe"
|
|
]
|
|
}
|
|
},
|
|
"redirected_regex": {
|
|
"example.tld/yunohost[\\/]?$": "https://example.tld/yunohost/sso/"
|
|
},
|
|
"redirected_urls": {}
|
|
}
|