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.
2 parents e706bad + f4be65c commit ec9c986Copy full SHA for ec9c986
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