|
|
@@ -335,21 +335,18 @@
|
|
|
[[auth]]
|
|
|
|
|
|
# Authentication backend. Common settings are:
|
|
|
+ # - desktop.auth.backend.AllowFirstUserDjangoBackend
|
|
|
+ # (Default. Fist login becomes and admin, then relies on user accounts)
|
|
|
# - django.contrib.auth.backends.ModelBackend (entirely Django backend)
|
|
|
# - desktop.auth.backend.AllowAllBackend (allows everyone)
|
|
|
- # - desktop.auth.backend.AllowFirstUserDjangoBackend
|
|
|
- # (Default. Relies on Django and user manager, after the first login)
|
|
|
# - desktop.auth.backend.LdapBackend
|
|
|
# - desktop.auth.backend.PamBackend
|
|
|
# - desktop.auth.backend.SpnegoDjangoBackend
|
|
|
# - desktop.auth.backend.KnoxSpnegoDjangoBackend
|
|
|
# - desktop.auth.backend.RemoteUserDjangoBackend
|
|
|
# - libsaml.backend.SAML2Backend
|
|
|
- # - liboauth.backend.OAuthBackend
|
|
|
- # - desktop.auth.backend.OIDCBackend
|
|
|
- # (New oauth, support Twitter, Facebook, Google+ and Linkedin
|
|
|
- # Multiple Authentication backends are supported by specifying a comma-separated list in order of priority.
|
|
|
- # However, in order to enable OAuthBackend, it must be the ONLY backend configured.
|
|
|
+ # - desktop.auth.backend.OIDCBackend (New oauth, support Twitter, Facebook, Google+ and Linkedin
|
|
|
+ # Multiple Authentication backend combinations are supported by specifying a comma-separated list in order of priority.
|
|
|
## backend=desktop.auth.backend.AllowFirstUserDjangoBackend
|
|
|
|
|
|
# Class which defines extra accessor methods for User objects.
|