diff --git a/app.py b/app.py index f6c0f8d..299cbe3 100644 --- a/app.py +++ b/app.py @@ -6,11 +6,10 @@ from onelogin.saml2.utils import OneLogin_Saml2_Utils app = Flask(__name__) app.config['SAML_PATH'] = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'config') -app.config['SECRET_KEY'] = 'onelogindemopy' +app.config['SECRET_KEY'] = 'client-saml' # TODO call dummy-server -# TODO add email in claims # TODO reuse token_data display from client-oidc diff --git a/templates/base.html b/templates/base.html index 0f6396c..fb299b3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,9 +5,10 @@ -