User Logins with Google Social Connection Prompted to Change Password

Problem statement

An attempt to login using a Google social connection results in a redirect to Google’s changePassword page, forcing users to change their password.

Troubleshooting

Create a HAR file that captures the login flow, including the point at which a user is prompted to change their password. For further information, refer to Generate and Analyze HAR Files.

Cause

Auth0 does not control the password change requests from Google, and Auth0 cannot force users to change the password in their Identity Provider.

Solution

  1. Review the login flow that is captured within the HAR file.
  2. Review the Google password change policy. For further information, refer to Enforce and monitor password requirements for users. Since the issue affected all users on the same day:
  3. Verify if the Expiration setting is configured in the Google Cloud Console.
  4. Check whether any other Google password management settings were updated recently.