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

24 lines
402 B
JSON

{
"patterns": [
{
"lua_regex": [
"^/private_restricted"
],
"public": false,
"allow": [
"yves"
],
"actions": [
{
"type": "header",
"name": "Authorization",
"value": "Basic \rb64(\ru.:\rp.)."
}
],
"portal": {
"/private_restricted.php": "Private for Yves only"
}
}
]
}