Open
Description
The example for a SP implemented the following SAML bindings:
- BINDING_HTTP_REDIRECT
- BINDING_HTTP_POST
- BINDING_HTTP_ARTIFACT
- BINDING_SOAP
but the configuration in example/sp-wsgi/sp_conf.py.example contains only BINDING_HTTP_POST for the ACS.
All binding should be added with a comment that it is not necessary to support more than one binding.