okta-pysaml2-example
okta-pysaml2-example copied to clipboard
Example SAML Service Provider for Python/Flask using PySAML2
Hi, I followed the instructions but I got 2 failures on the test suite: * Unexpected issue SP issue validating signed SAML * The SP does not support a compressed...
Python package pysaml2 version 4.6.1 will return the error `SAMLError: Missing entity_id specification`. Downgrading the pysaml version to 4.0.3 allows the SAML assertion to post successfully.
This pull request enables `okta-pysaml2-example work` with Python 3.6
@app.route("/user") @login_required def user(): return render_template('user.html', session=session) There is not user.html in the git repository TemplateNotFound: user.htm
Okta requires now to validate the SAML 2.0 request/response with x509 public certificate that they providing. what should I add to the settings? I found this guide: https://medium.com/@gohberg/okta-authentication-using-saml-simplified-python-version-74ea9d5b4be7 but it...
`pip install -r requirements.txt` doesn't work on my system (ubuntu 18.04 LTS) due to the constraint `cryptography==1.2.3`. I believe this is due to differences between my OpenSSL headers and @jpf...
Hi, A very small PR to fix new ngrock links.
apt-get install libffi-dev libxmlsec1 libssl-dev