python3-saml-django icon indicating copy to clipboard operation
python3-saml-django copied to clipboard

DeprecationWarning: `server_port` key in request data is deprecated

Open bittner opened this issue 2 years ago • 1 comments

The saml2 package emits the following deprecation warning:

.../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 would need to be fixed in the views.

bittner avatar Mar 16 '22 21:03 bittner