formapro / FpOpenIdBundle

Symfony2 OpenID security extension
53 stars 31 forks source link

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

Open makasim opened 12 years ago

makasim commented 12 years ago

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