We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c7a655 commit 6810b53Copy full SHA for 6810b53
packet/__init__.py
@@ -5,7 +5,6 @@
5
import os
6
7
import csh_ldap
8
-import flask_saml
9
from flask import Flask
10
from flask_migrate import Migrate
11
from flask_pyoidc.flask_pyoidc import OIDCAuthentication
@@ -32,8 +31,6 @@
32
31
# LDAP
33
_ldap = csh_ldap.CSHLDAP(app.config['LDAP_BIND_DN'], app.config['LDAP_BIND_PASS'])
34
35
-flask_saml.FlaskSAML(app)
36
-
37
# pylint: disable=wrong-import-position
38
if app.config["REALM"] == "csh":
39
from .routes import upperclassmen
requirements.txt
@@ -4,6 +4,5 @@ flask_sqlalchemy==2.3.2
4
psycopg2-binary==2.7.5
Flask-Migrate==2.2.1
pylint==2.1.1
-flask_saml==0.4.3
gunicorn==19.7.1
csh_ldap>=2.1.0
0 commit comments