SAML: Set HTTP-Artifact binding in AuthRequest

0
Hi all, I'm having some trouble configuring the SAML module for eHerkenning (Dutch). This service only supports HTTP-Artifact binding. The SAML module does support HTTP-Artifact, but it looks like default the HTTP-Post is used in the request. This is the metadata from the service in the Entity descriptor.   This is what gets sent in the request from our application:                     ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"                     Version="2.0"   Has anybody had similar problems or suggestion how to set the right protocol binding? I can't see an option in the configuration and also no clues in the SAMLconfig.properties.   **Update** In the SP metadata the Artifact AssertionConsumerService has an index of 2, but in the request we sent out to IdP is ‘AttributeConsumingServiceIndex="1" ‘. How could we change this?   **Update** It seems that HTTP-Post protocol and AssertionConsumerService is hardcoded in the java. I think I need Mendix to fix this..
asked
0 answers