From ea0cc682e34a6f09010884bac6a97121571588b6 Mon Sep 17 00:00:00 2001 From: Dan Funk Date: Wed, 23 Sep 2020 14:43:24 -0400 Subject: [PATCH] Adding an SSO endpoint to see what I can see. Adding some additional configuration settings into the default configuration. Adding the ivy_file table to track what information was loaded from ivy. --- communicator/__init__.py | 11 +++++++++++ communicator/services/firebase_service.py | 2 -- config/default.py | 4 ++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/communicator/__init__.py b/communicator/__init__.py index 10d3224..e986a3d 100644 --- a/communicator/__init__.py +++ b/communicator/__init__.py @@ -117,6 +117,17 @@ def send_invitation(): base_href=BASE_HREF ) +@app.route('/sso') +def sso(): + response = "" + response += "

Headers

" + response += "