How to provide credentials to a web app from an external web app?

R

rpfe

Hi,

The scenario:
- A user logs on to web app 1;
- The user clicks on a button that redirects him/her to web app 2.

The problem:
- The user is presented with a login page.

The question:
- How to programmatically provide the user's credentials to web app 2
before connecting to it?

I am using ASP.NET and C# 2.0 to develop both web apps.
The authentication method for both web apps is Forms.

Thanks,
Ray
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top