Single Sign On with ASP.NET and Cold Fusion

R

Ralph

I am setting up an ASP.NET application that will require external
users to login. Currently we run both Cold Fusion and ASP.Net. Can
someone explain if and how I can create a single sign on for
applications written on both platforms. So if a user logs into an
ASP.Net application then jumps to a ColdFusion area they will not have
to login in again.

Thanks a lot
 
K

Kevin Spencer

You just have to have a non-proprietary data store that both apps can read
from, such as a database. When they log in, it goes into the data store.
Both apps read the data store to find out if the user is logged in.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
 
D

dave

Hey Ralph,

If what your trying to do is maintain a cookie or session var to
authenticate the user on CF you will have to set either an xml var or
javascript var in dotnet and pass it to coldfusion which can decipher
it using cfwddx.. I haven't done it but that should be a starting
point..
 

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

Members online

No members online now.

Forum statistics

Threads
473,733
Messages
2,569,440
Members
44,831
Latest member
HealthSmartketoReviews

Latest Threads

Top