Auth0 End-of-Life Rollout: Prompt for Organization Name Without SSO
Last Updated:
Overview
The end-of-life date for skipping session reuse (SSO) after prompting users for their organization name was May 1, 2026. The process to transition tenants out of the deprecated behavior has the following phases:
-
May 4, 2026, version 202619 - Tenants tagged as development or staging tenants. The transition occurs according to the tenant's environment tag when changes roll out for each environment. Therefore, changing a development tenant to production after the rollout phase is complete will not reinstate the deprecated behavior.
-
June 10, 2026, version 202624 - Outstanding tenants, including production tenants.
The end-of-life rollout ended on July 21, 2026, and as of that date, all tenants had transitioned to the non-deprecated behavior. The corresponding migration toggle is no longer available in the Auth0 Dashboard (Tenant Settings > Advanced) as the updated behavior is now effective and permanent for all Auth0 tenants.
What is the impact of the change?
With the updated behavior, Auth0 will reuse applicable authenticated sessions after the user enters their organization name. Already signed-in users will no longer be forced to log in again solely because of the login flow, including the organization name prompt.
Consequently, since users from connections to external identity providers do not re-authenticate, their profile attributes will not refresh, as Auth0 reuses a previous session rather than forcing a new login via the external identity provider.
Applies To
- End of Life (EOL)
- Organizations
- Prompt for Organization Name
Cause
Auth0 updated the behavior for login requests that prompt users for the organization name as part of a calendar-year 2026 change designed to improve user experience.
On October 31, 2025, Auth0 announced changes to how the service handles login flows that prompt for the organization name. The information provided in the original announcement is available in the respective Dashboard and Support Center notification.
Solution
For applications that require users to log in again after being prompted for the organization name, update them to use alternative methods that achieve a similar experience. For example, OIDC applications can explicitly request re-authentication.