OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions OroUserBundle – Where does it authenticates?

This topic contains 2 replies, has 2 voices, and was last updated by  Rodolfo 9 years, 2 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #33780

    Rodolfo
    Participant

    Hi Oro Friends,

    I’m trying to intercept the authentication process to add a 3rd value (Google Two-Factor-Auth). My problem is that I can’t find what exactly method are validating the username/password.

    1) So, let’s take a look in the form:

    2) Let’s find the router:

    3) This is the controller that are using the ‘oro_user_security_check’ router:

    4) If we have an empty method, I believe that we have an Event Listener somewhere taking care of this authentication. Where is it living? I only found this one, but this is after the authentication. I can add my code here and destroy the session after that, but I don’t think this is the right way. So, can you guys please give me a clue about how oro authentication works?

    Thanks!!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top