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

32 lines
518 B
JSON

{
"patterns": [
{
"lua_regex": [
"^/private_with_ban"
],
"public": false,
"allow": [
"*"
],
"deny": [
"yves"
],
"actions": [
{
"type": "cookie",
"name": "X-SSO-USER",
"value": "\ru."
},
{
"type": "header",
"name": "X-SSO-PW64",
"value": "\b64(\rp.)."
}
],
"portal": {
"/private_with_ban.php": "Not for Yves"
}
}
]
}