Blob Blame History Raw
diff --git a/server/conf/config.py b/server/conf/config.py
index f48e8a8..c595d5c 100644
--- a/server/conf/config.py
+++ b/server/conf/config.py
@@ -82,7 +82,7 @@ class BaseConfiguration(object):
     # noauth: no authentication is enabled. Useful for development particularly.
     # kerberos: Kerberos authentication is enabled.
     # openidc: OpenIDC authentication is enabled.
-    AUTH_BACKEND = "noauth"
+    AUTH_BACKEND = "openidc"

     # Used for Kerberos authentication and to query user's groups.
     # Format: ldap://hostname[:port]