Single Sign On with ASP.NET and Cold Fusion

  • Thread starter Thread starter Ralph
  • Start date Start date
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
 
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.
 
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

Back
Top