Replies: 1 comment 4 replies
-
This plugin doesn't perform background SSO logins, or anything with registration. This plugin sends the user to the IDP for login and any OTP required by the IDP would happen on the IDP side and has nothing to do with the WordPress login. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to create a SSO on a tiketing portal, but this requires me to enter an OTP sent via SMS to the mobile phone of the user who is registering.
so the flow should be this:
Are there hooks that allow me to insert this in the middle of the plugin's login procedure?
I believe that the plugin alone sends all the user data directly from the Tiketing portal, so maybe I should prevent him from making the call until I also have the OTP and make the first custom call myself? Or I make the plugin make the first call and then stop the login via a hook and wait for the OTP, what do you suggest I do?
I also have the reverse login or rather if a user clicks login from the Tiketing portal this redirects the user to WordPress where he will log in and then he will be redirected to the tiketing portal.
But I think this can already be managed without further changes given that the user is already registered and does not need an OTP, and it would be the normal login procedure.
thanks a lot to whoever will help me
Beta Was this translation helpful? Give feedback.
All reactions