by Luca Mortellaro.
Hi everyone,
I should implement a login that by clicking on a button you are redirected to an external page containing the actual login, once you log in you will be redirected to moodle with a token in query param at which point the token must be taken, made a rest call to get the user information and check if the returned user exists in the moodle db, at which point if it exists the user will be logged in.
I haven't found any documentation on this, can you help me?
Thanks in advance