Installing

Install flask-saml2 using pip:

$ pip install flask-saml2

Dependencies

flask-saml2 relies on some libraries that have external dependencies. These external dependencies must be installed before flask_saml2 and it’s dependencies can be installed.

OpenSSL

flask-saml2 relies on the pyopenssl library, which requires the openssl library to be installed. Please consult the documentation on installing pyopenssl for installation requirements.

lxml

flask-saml2 relies on lxml. Please consult the Installing lxml and install all of the external dependencies for lxml before installing flask-saml2.