Hello Auth0,
I’m creating a post-login
action that after successful login based on some condition may redirect the user to another page where the user will update his profile with the new password.
After the user completes that page, he is then redirected back to the application login page to re-login, but not to the Auth0’s /continue
endpoint, so the onContinuePostLogin
function in the action is not called.
The first successful login attempt is not reflected in audit logs in the Auth0 Dashboard - logs do not contain a record of the user who successfully logged into the application/client. The action execution logs are not available as well, as not audit record is available. Is this a known issue/limitation with redirects in a post-login
action?
Is calling back the /continue
endpoint is mandatory?
Thanks