Giter Site home page Giter Site logo

Comments (8)

scheb avatar scheb commented on July 26, 2024

Please follow the troubleshooting guide: https://github.com/scheb/two-factor-bundle/blob/4.x/Resources/doc/troubleshooting.md#two-factor-authentication-form-is-not-shown-after-login

from two-factor-bundle.

TheoDeberles avatar TheoDeberles commented on July 26, 2024

Hello thank you for response.
In version 4.4.7 of symfony, is it this bundle link https://github.com/scheb/2fa ?
And if it's this bundle when we try to add Google authenticator we have the scheb_2fa.yml for the conf but in this part https://github.com/scheb/2fa/blob/5.x/doc/providers/google.md#custom-authentication-form-template the conf file is different

from two-factor-bundle.

scheb avatar scheb commented on July 26, 2024

scheb/2fa is the newer version of this bundle (version 5). scheb/two-factor-bundle (version 4) also supports Symfony 4.4, but it is no longer actively developed. If possible, I'd recommend to use the newer version from scheb/2fa.

but in this part https://github.com/scheb/2fa/blob/5.x/doc/providers/google.md#custom-authentication-form-template the conf file is different

I don't see any difference. It's exactly the same as in version 4.

from two-factor-bundle.

TheoDeberles avatar TheoDeberles commented on July 26, 2024

Ok so actually we have installed the lastest version
previously recommended but at this time
we have too many redirects to 2fa after login
Capture d’écran 2020-10-15 à 15 08 23

from two-factor-bundle.

scheb avatar scheb commented on July 26, 2024

This is probably the issue:

    access_control:
       [.....]
      - { path: ^/, roles: [ROLE_TENANT, ROLE_PROVIDER] }
      - { path: ^/2fa, role: IS_AUTHENTICATED_2FA_IN_PROGRESS }

The ^/ path matches everything, so when Symfony is evaluating the rules one-by-one, it can never reach the rule for ^/2fa. Move that 2fa rule futher up.

from two-factor-bundle.

TheoDeberles avatar TheoDeberles commented on July 26, 2024

The 2fa page gives me a 404 error and in the troubleshooting doc I do not know in which case I find.

from two-factor-bundle.

scheb avatar scheb commented on July 26, 2024

Then there's no routing configured for that path. Check that you have configured a route for the 2fa form, which is connected to the controller from the bundle.

Example: https://github.com/scheb/two-factor-bundle/blob/4.x/Resources/doc/installation.md#step-3-define-routes

from two-factor-bundle.

TheoDeberles avatar TheoDeberles commented on July 26, 2024

We have resolved the probleme when we have configured the routes again in the correct order with the default controller.
Thank you for your help.

from two-factor-bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.