FpOpenIdBundle
FpOpenIdBundle copied to clipboard
[security][relying_party] The recovered error relying party could be lost.
If someone overwrite relying_party option of firewall. the recovered_ error relying party will be lost. So the redirect described in this doc: https://github.com/formapro/FpOpenIdBundle/blob/master/Resources/doc/interactive_user_creation.md would not work.
return $this->redirect($this->generateUrl('fp_openid_security_check', array(
RecoveredFailureRelyingParty::RECOVERED_QUERY_PARAMETER => 1
)));