idP initiated SSO [missing redirect uri] error
-
When attempting to initiate SSO via an idp (in this case OneLogin). I am getting the following error.
Logging in through an SP initiated flow works perfectly fine.
{ "error" : "invalid_request", "error_description" : "The request is missing a required parameter: redirect_uri", "error_reason" : "missing_redirect_uri" }
this is the ACS url:
http://localhost:9011/samlv2/acs
should i be adding redirect uri to that url to get an idp initiated flow to work? -
Hiya,
Does this issue cover scenario you want?
https://github.com/FusionAuth/fusionauth-issues/issues/566
(Is there an echo in here? )
-
Hey Dan,
If that is considering idp initiated SSO when fusion auth is acting as the SP then yup!
-
It appears to be. So the answer is similar to my answer here.
Ah, great. So unfortunately, since this feature request is open, the functionality hasn't been built yet, but is on the roadmap. Here are your options to influence the roadmap:
https://fusionauth.io/community/forum/topic/172/the-fusionauth-roadmap -
Thanks! I appreciate it.
I will keep track using the link, and i'll thumbs up the issues.