Add OAuth 2.0 backend

This commit is contained in:
Simon Ser 2024-02-19 17:19:32 +00:00 committed by Conrad Hoffmann
parent cca1d579db
commit ebb5aede92
5 changed files with 105 additions and 0 deletions

View file

@ -74,6 +74,13 @@ URL: *pam://* (no parameters)
_Note:_ The PAM auth backend must be enabled at build time, as PAM may not be
available on all platforms.
## OAuth 2.0
The OAuth 2.0 auth backend delegates authentication to the provided OAuth 2.0
server.
URL: *https://*_client_id_*:*_client_secret_*@*_host_
## Static file (htpasswd)
The static file auth backend relies on the file format popularized by Apache and