You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have a web application referring a user to a separate identity provider application to log in through username/password which sends back an access token and the user gets logged in. The identity provider application has a "dummy" 2FA implementation which I would like to replace, e.g. with an extra Google Authenticator step using https://github.com/scheb/two-factor-bundle.
In my fos_auth_server.yaml, I have the usual lines reading
the author of scheb/two-factor-bundle says I don't need this because on successful OAuth authentication I should be directly transferred to his 2FA form but if I remove this I get this error: https://ibb.co/8cFy3yS
Can anyone understand what causes this error? I am starting with Symfony and this is really something I have trouble with right now. Thanks a lot in advance for any efforts!
The text was updated successfully, but these errors were encountered:
Hi! I have a web application referring a user to a separate identity provider application to log in through username/password which sends back an access token and the user gets logged in. The identity provider application has a "dummy" 2FA implementation which I would like to replace, e.g. with an extra Google Authenticator step using https://github.com/scheb/two-factor-bundle.
In my fos_auth_server.yaml, I have the usual lines reading
beneath that I have this
the author of scheb/two-factor-bundle says I don't need this because on successful OAuth authentication I should be directly transferred to his 2FA form but if I remove this I get this error: https://ibb.co/8cFy3yS
Can anyone understand what causes this error? I am starting with Symfony and this is really something I have trouble with right now. Thanks a lot in advance for any efforts!
The text was updated successfully, but these errors were encountered: