Skip to content

Commit

Permalink
Update authorization.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread authored Jan 27, 2024
1 parent 89fd00c commit 271380e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See <<auth-concepts,concepts>> for a good overview of how this works in OliveTin
[#auth-concepts]
=== Concepts

OliveTin does not have any built-in code for doing **Authentication** (ie: entering a username and password), however it can do **Authorization** (ie: checking permissions of a user who logged in via another system, like simgle sign on).
OliveTin does not have any built-in code for doing **Authentication** (ie: entering a username and password), however it can do **Authorization** (ie: checking permissions of a user who logged in via another system, like single sign on).

A popular way of deploying OliveTin is by users accessing it via another system, like a <<reverse-proxies,reverse proxy>> (eg: Traefik) or a "homepage" app (eg: Organizr). Both of these are used to handle user authentication first, before users then access OliveTin. Permissions can then be applied inside OliveTin depending on who has logged in.

Expand Down

0 comments on commit 271380e

Please sign in to comment.