• Resolved artem.kolotilkin

    (@artemkolotilkin)


    WordPress core fires “wp_login” action at the end of the standard login flow. With the miniOrange SAML SSO flow that action is not fired. Can this be added?

    do_action( ‘wp_login’, $user->user_login, $user );

Viewing 2 replies - 1 through 2 (of 2 total)
  • Nikhil Maheshwari

    (@bruheshwarinikhil)

    Hi there,

    Thanks for reaching out!

    You’re right that WordPress fires the wp_login action at the end of the normal login process. In our SSO setup, this action isn’t triggered by default.
    However, we do have a way to enable it. Let us know if you’d like to discuss how to set this up for your site. You can reach out to us via support form provided in the plugin settings.

    Please let me know if you have any further questions.

    Thanks & Regards,
    Nikhil Maheshwari

    Thread Starter artem.kolotilkin

    (@artemkolotilkin)

    Thank you, Nikhil, I submitted the contact form request.

    Meanwhile, as I was studying the documentation more, I discovered that Developer Hooks are a premium feature:
    https://developers.miniorange.com/docs/saml/wordpress/hooks

    Looks like wp_login hook is only available in the paid version of the plugin. Too bad!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.