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?
Hi @dineshraja, and welcome to the Auth0 Community!
Yes, the state parameter is indeed required on the /authorize call.
Have a great day!
Sincerely,
Teodor.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.