We’re implementing silent SSO between two apps using Auth0. Previously, redirecting to the /authorize?...&prompt=none
URL worked to log users into our Django app via social-auth, but now we’re seeing Missing needed parameter state
. Does Auth0 require that the state
parameter always be set in manual calls now, or has anything changed recently in behavior?