Hi @solarpathic
Welcome to the Auth0 Community!
Thank you for posting your question. This is an expected behavior and the auth0 session is terminated while changing the value of email
, email_verified
, phone_number
, and password
.
Problem Statement
We noticed that the user session was terminated after updating the profile information.
Symptoms
User is logged our after using the PATCH /api/v2/users/[id] endpoint
Steps to Reproduce
Login a user to your tenant.
PATCH the user’s email_verified, email, password or phone number (if using SMS passwordless)
Attempt a prompt=none /authorize request
Cause
This is expected behavior as of the current design. As documented here ,
“Generally, you clear an Auth0 session by diverting…
Thanks
Dawid