What?! The state parameter is for the state?
Thank you for your help, that makes total sense!
F
Posts made by fwillerup
-
RE: Taking a user directly to the registration page
-
RE: Taking a user directly to the registration page
I am a colleague of @ashok and will jump in here. Yes, the registration URL works correctly (with client_id, redirect_uri and response_type on there, we left out the state bit).
One maybe unrelated issue we ran into was that we wanted to add some query string parameters onto the redirect_uri but it appears that it has to match the authorized URIs exactly. Is that accurate? We need some state returned to us.