python3-saml-django
python3-saml-django copied to clipboard
Implement SAML Single Sign-On in your Django project quickly and easily.
Attempting to log out results in a signature validation error. According to the [onelogin docs](https://github.com/onelogin/python3-saml/blob/809912de0862dd0e44fcbb11774d8da7b64e3418/README.md#the-request): > Some IdPs, notably Microsoft AD, use lower-case url-encoding, which makes signature validation to fail....
Okta sends an empty relay state, if none is provided. This generates an error, as the key is present in the post data, and by design different from the current...
Hi, When a login is initiated from an IdP (only tested on G Suite), the Response will include an empty value for the `RelayState` parameter if a redirect is not...
The README could use some improvement for new users. Setup instructions: - Clarify IDP data (only needs 1 of the three options) Troubleshooting: - TODO Other: - Add a code...
The `saml2` package emits the following deprecation warning: ```python .../python3.6/site-packages/onelogin/saml2/utils.py:264: DeprecationWarning: The server_port key in request data is deprecated. The http_host key should include a port, if required. ``` This...