Re: Single Sign On with ASP.NET and Cold Fusion

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Kevin Spencer (kspencer_at_takempis.com)
Date: 12/01/04


Date: Wed, 1 Dec 2004 09:17:48 -0500

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.
"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


Relevant Pages

  • Re: Google App Engine
    ... now we need a compatibility layer so you can move apps from ... Google App Engine to your own servers. ... Their data store uses a subset of SQL, ...
    (comp.lang.python)
  • Handling substantial volumes of time-series data
    ... automatically to a data store of some type. ... same PC used to store the database, but at the same time it might be ... own version of the data store and so distribution might require either ... a formal database to hold the data rather than a custom file-system ...
    (microsoft.public.data.ado)
  • Re: 4 Queries about DB Clustering
    ... whether that Shared Data Store is a seperate windows system? ... But this cannot be called as DB clustering as we don't ... the database sits on shared drive ... > takes control of the shared drives and the actual databases. ...
    (microsoft.public.windows.server.clustering)
  • Re: 4 Queries about DB Clustering
    ... whether that Shared Data Store is a seperate windows system? ... But this cannot be called as DB clustering as we don't ... the database sits on shared drive ... > takes control of the shared drives and the actual databases. ...
    (microsoft.public.windows.server.clustering)
  • Re: Membership custom provider - logout function
    ... the data store does not generate a sessionID - the data store says yes/no to the credentials - and afterwards the login control creates something called ... Your membership provider is never called again after authentication - the FormsAuthentication infrastructure validates the ticket and sets Context.User now on each request. ... SignOutclears this ticket - and on the next request the Authorization module emits a 401 which in turn makes FormsAuthentication to emit a 302 to the login page. ...
    (microsoft.public.dotnet.framework.aspnet.security)