Authorization is a process of granting a user access to protected content.
Methods
Priority
All methods works in next order:
- IP - skips to the next method if IP in the skip-rule or not relate to any rule
- Securetoken - skips to the next method if token format is not match
- Backend - skips to the next method if backend is not available
- Default - default action. If not set, access will be allowed