Hacker News new | ask | show | jobs
by NavinF 1319 days ago
With third party cookies going away, URL parameters are the only way to do SSO across domains. Not much you can do about it.
1 comments

With SAML IIRC the IdP request is GET (but hey that one is fairly public - no credentials have been supplied yet) and the response is POST back to the origin site.