FpOpenIdBundle icon indicating copy to clipboard operation
FpOpenIdBundle copied to clipboard

[security][relying_party] The recovered error relying party could be lost.

Open makasim opened this issue 13 years ago • 1 comments

makasim avatar Apr 18 '12 07:04 makasim

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
                )));

makasim avatar Aug 28 '12 13:08 makasim