if a user is not registered on WordPress
-
I’ll explain the system to you: My WordPress installation will act as the server, a user goes to the client site and clicks to log in. At this point the client calls my server on an endpoint?
I think it will start with the first on this list and then continue with the others, right?
1 -“authorization_endpoint”:”/wp-json\/openid-connect\authorize”,
2 – “token_endpoint”:”/wp-json\/openid-connect/token”,
3 – “userinfo_endpoint”:”/wp-json/openid-connect/userinfo”,
if this is what I understand, it’s correct, i need that : if at the first endpoint the plugin sees that the user does not have an account on WordPress it does not send the authorization right? I would therefore like to have it open a registration page so that the user can register, and once registration is complete, resume the login flow
where can I hook up to do this?
thank you very much
- The topic ‘if a user is not registered on WordPress’ is closed to new replies.