Closed GoogleCodeExporter closed 8 years ago
I don't think I like the approach of replacing the destination in the middle of
the authentication process. I would prefer to avoid making that an operation
that must be supported for backwards-compatibility.
The URLs that are used to trigger IdP-initiated SSO are relatively well-formed,
so maybe it would be possible to do the redirects with the web server?
Original comment by olavmrk@gmail.com
on 6 Dec 2011 at 8:19
There are some more scenarios to cover, but yes, all can be covered with
redirects. I'm closing this.
Original comment by comel...@gmail.com
on 6 Dec 2011 at 9:10
Here is another solution for the same problem, because it's simpler to handle
this in SSP than with redirects in web server. This processor only redirects to
the new SP URL, optionally appending path from RelayState.
Original comment by comel...@gmail.com
on 15 Dec 2011 at 2:09
Attachments:
I'm sorry, but I still don't like the idea of adding this as a "core" feature
in simpleSAMLphp. (Even though this method is much better than the previous -
here nothing really strange happens during the authentication process, we just
drop the request and redirect to another host.)
Original comment by olavmrk@gmail.com
on 19 Dec 2011 at 10:18
OK, closing this.
Original comment by comel...@gmail.com
on 19 Dec 2011 at 1:11
Original issue reported on code.google.com by
comel...@gmail.com
on 2 Dec 2011 at 1:43Attachments: