-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need explanation as to what route 'fp_openid_security_check' is #66
Comments
You would come to
You would like to recover second types of errors (those come from UserProvider). So you have to create a user. After you can ask security to check auth credentinals one more time, and be able to finish the auth successfully. The result of success auth: you have |
Can you give an example of this check in the documentation? |
for example... how is RecoveredFailureRelyingParty::RECOVERED_QUERY_PARAMETER => 1 used? |
good idea.
I dont think it should be explained. It is more like internals and for basic usage it is enough to tell what should you return. It is possible to look at the class RecoveredFailureRelyingParty if someone want to dive in. |
Hi,
I am attempting to implement openid with FOSUserBundle.
In the finishOpenIdLoginAction() method in the SecurityController the finishOpenIdLogin.html.twig template creation is obvious, however the 'fp_openid_security_check' route upon success is not explained anywhere. Is this just meant to post back to itself, or is there some code missing from the documentation for this route?
Thanks in advance@
The text was updated successfully, but these errors were encountered: