php - SAML Unable to resolve binding type, invalid or unsupported http request -
i have error implementing sso saml on symfony2. im using http://www.lightsaml.com/ bundle symfony.
the actual problem is:
- i can login fine first time.
- once user close window, open again , try login, got following error.
[2016-01-27 05:55:42] request.info: matched route "lightsaml_sp.login_check" (parameters: "_route": "lightsaml_sp.login_check") [] []
[2016-01-27 05:55:42] security.debug: read securitycontext session [] []
[2016-01-27 05:55:42] security.debug: reloading user user provider. [] []
[2016-01-27 05:55:42] security.debug: username "xxxxx " reloaded user provider. [] []
[2016-01-27 05:55:42] app.critical: unable resolve binding type, invalid or unsupported http request {"profile_id":"sso_sp_receive_response","own_role":"sp","action":"lightsaml\action\profile\inbound\message\receivemessageaction","top_context_id":"00000000798ef05100007f47549bc045","top_context":{"http_request":[],"own_entity":[]}} []
[2016-01-27 05:55:42] request.critical: uncaught php exception lightsaml\error\lightsamlbindingexception: "unable resolve binding type, invalid or unsupported http request" @ /home/riosuper/subdomains/espana/releases/20160125140200/vendor/lightsaml/lightsaml/src/lightsaml/action/profile/inbound/message/receivemessageaction.php line 52 {"exception":"[object] (lightsaml\error\lightsamlbindingexception(code: 0): unable resolve binding type, invalid or unsupported http request @ /home/riosuper/subdomains/espana/releases/20160125140200/vendor/lightsaml/lightsaml/src/lightsaml/action/profile/inbound/message/receivemessageaction.php:52)"} []
[2016-01-27 05:55:42] security.debug: write securitycontext in session [] []
--
im lost on going on.
any tips?
Comments
Post a Comment