Concepts
OliveTin only has 1 method for doing Authentication (ie: entering a username and password — see [local-users] ), however it can do Authorization (ie: checking permissions of a user who logged in via another system, like single sign on) in many number of ways.
OliveTin supports the following methods of Authorization:
-
Trusted Header (eg: Nginx, Apache, etc)
-
JWT (eg: Traefik, Organizr, etc)
-
OAuth2 (eg: Google, GitHub, etc)