You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

isadmin.json 199 B

12345678910111213
  1. {
  2. "name": "",
  3. "module": "auth",
  4. "action": "restrict",
  5. "options": {
  6. "provider": "auth",
  7. "permissions": [
  8. "Administrator"
  9. ],
  10. "loginUrl": "/",
  11. "forbiddenUrl": "/"
  12. }
  13. }