• Resolved ibrar505

    (@ibrar505)


    Hello,

    I have setup the Post login redirects as you can see in screenshot

    https://ibb.co/bz8DS5T

    I tried the Hooks as per your great documentation

    `// If your function ‘your_function_name’ exists outside of PHP class
    add_action(‘mo_oauth_redirect_oauth_users’, ‘your_function_name’ , 10, 1);

    // Function Definition
    function your_function_name( $after_login_url ) {
    // $after_login_url : contains url to be redirected to after login
    return “/dashboard/”;
    }

    But it always redirected to main site.

    I tried to disable all plugins and themes still nothing. I tried wp_login and nothing. in wp_login hook there is no user logged in.

    Kindly tell me what to do with this.

    Best regards,
    Ibrar

Viewing 1 replies (of 1 total)
  • Plugin Author miniOrange

    (@cyberlord92)

    Hi Ibrar,

    It seems your issue is related to miniOrange Social Login plugin and is not associated with the SAML Single Sign-On plugin.

    Hence, Can you please reach out to the Social Login Support via the Contact Us form provided in the plugin so that the concerned team will be able to assist you further?

    Thanks,
    Team miniOrange

Viewing 1 replies (of 1 total)
  • The topic ‘Social login redirects’ is closed to new replies.