Auth0 SAML authentication request not working

I am sending a saml authentication request to a registered IDP in Auth0 (username/password based). It is returning an error . Entire error response is given below:

“date”: “2017-06-09T13:46:57.631Z”,
“type”: “f”,
“description”: “invalid stored block lengths”,
“connection_id”: “”,
“client_id”: “jLOzIIRKS46RtJmIXnZFL9lHWnWGYuIT”,
“client_name”: “cac-idp”,
“ip”: “122.181.187.98”,
“user_agent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36”,
“details”: {
“body”: {},
“qs”: {
“SAMLRequest”: "<samlp:AuthnRequest xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol" ID="CAC_LOGIN_310ada98-a0bd-41b2-a0e3-6fa7c8bd46aa" IssueInstant="2017-06-09T19:07:13Z" Version="2.0" ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" AssertionConsumerServiceURL="http://avishek-local.cac.ekaplus:8080/apps/platform\“><saml:Issuer>http://avishek-local.cac.ekaplus:8080/apps/platform</saml:Issuer></samlp:AuthnRequest>”
},
“error”: {
“message”: “invalid stored block lengths”,
“oauthError”: “invalid_request”,
“type”: “request-error”
}
},
“log_id”: “49573801565560042589842960640377845263813493559635476514”
}

1 Like