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 9fe7a72 commit b6741fdCopy full SHA for b6741fd
demo-flask/index.py
@@ -11,7 +11,7 @@
11
12
app = Flask(__name__)
13
app.config['SECRET_KEY'] = 'onelogindemopytoolkit'
14
-app.config['SAML_PATH'] = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'saml')
+app.config['SAML_PATH'] = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'saml')
15
16
17
def init_saml_auth(req):
0 commit comments