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 lotYou 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.
"Ralph" <ralphpass@.yahoo.com> wrote in message
news:9626b779.0412010608.4e2cd5ef@.posting.google.com...
> 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
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..
Thursday, March 29, 2012
Single Sign On with ASP.NET and Cold Fusion
Labels:
application,
asp,
aspnet,
cansomeone,
cold,
explain,
externalusers,
fusion,
login,
net,
run,
setting,
single
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment