I am developing a single sign on service. Currently I have the Authentication Domain (eg Passport.com) sending the sign on ticket back using the QueryString (eg mysite.com?SignInTicket=045g4fd87d867ghd5). I would like to be able to send the value back as a
form post The only way I know how is by have a go between page that just has a form that auto posts using javascript: <form action=”mysite.com” method=”post”> <input type=”hidden” name=”” value=””> </form> … There has to be a better way. Any ideas? Scott
freakytard
Member
125 Points
25 Posts
Response.Redirect with POST not GET action (SSO)
Nov 21, 2003 07:06 PM|LINK
scromer
Participant
1100 Points
263 Posts
Re: Response.Redirect with POST not GET action (SSO)
Nov 25, 2003 06:36 PM|LINK
Software Architect