This commit is contained in:
iFargle
2023-02-20 22:06:20 +09:00
parent 183c5dc931
commit 23154cab4e

View File

@@ -25,7 +25,7 @@ LOG = logging.create_logger(app)
executor = Executor(app)
########################################################################################
# Set Authentication type:
# Set Authentication type. Currently "OIDC" and "BASIC"
########################################################################################
if AUTH_TYPE == "oidc":
# Currently using: flask-providers-oidc - https://pypi.org/project/flask-providers-oidc/