OTT Authorization

Authorization is a process of granting a user access to protected content.

Methods

Priority

All methods works in next order:

  1. IP - skips to the next method if IP in the skip-rule or not relate to any rule
  2. Securetoken - skips to the next method if token format is not match
  3. Backend - skips to the next method if backend is not available
  4. Default - default action. If not set, access will be allowed