J
jpsnowjr
I'm looking for the best way to pass login data from a SingleSignOn
page (written in ASP) to a page in my application (written in ASP.NET).
I'm using Roles-Based FormsAuthentication in my app, but I can't
create the cookie until I have the user's LoginID. So, I'm looking for
a way to retrieve the entered LoginID from the SingleSignOn ASP page in
the Page_Load event of my Start.aspx page. Hope this makes sense...
I can't use the QueryString due to the sensitive nature of the data.
Unfortunately, I don't have any control over the ASP page group, so I
can't suggest they do anything *radically* different than they are now.
They're basically calling my Start.aspx page using a POST via an HREF
tag.
I've read conflicting opinions on whether or not I can use the Request
or even the context.Request objects. Is there truly a way to use
either of these and if so, how? I've tried both but to no avail. Any
alternative solutions?
The thing is....I doubt this SingleSignOn ASP app will be around for
much longer, so I'm fishing for a relatively easy fix to what I hope
will be a temporary problem.
Thank you in advance for any advice you can offer.
Jim
page (written in ASP) to a page in my application (written in ASP.NET).
I'm using Roles-Based FormsAuthentication in my app, but I can't
create the cookie until I have the user's LoginID. So, I'm looking for
a way to retrieve the entered LoginID from the SingleSignOn ASP page in
the Page_Load event of my Start.aspx page. Hope this makes sense...
I can't use the QueryString due to the sensitive nature of the data.
Unfortunately, I don't have any control over the ASP page group, so I
can't suggest they do anything *radically* different than they are now.
They're basically calling my Start.aspx page using a POST via an HREF
tag.
I've read conflicting opinions on whether or not I can use the Request
or even the context.Request objects. Is there truly a way to use
either of these and if so, how? I've tried both but to no avail. Any
alternative solutions?
The thing is....I doubt this SingleSignOn ASP app will be around for
much longer, so I'm fishing for a relatively easy fix to what I hope
will be a temporary problem.
Thank you in advance for any advice you can offer.
Jim