simple-sso/doc/samples/test_pages/sites/private_unrestricted.json

29 lines
488 B
JSON

{
"patterns": [
{
"lua_regex": [
"^/private_unrestricted"
],
"public": false,
"allow": [
"*"
],
"actions": [
{
"type": "header",
"name": "X-SSO-USER",
"value": "\ru."
},
{
"type": "header",
"name": "X-SSO-PW",
"value": "\rp."
}
],
"portal": {
"/private_unrestricted.php": "For authenticated users"
}
}
]
}