Routing users after authentication to different sites/applications preserving the security context?
Hi,
This is a general question about ASP.NET/IIS.
We want to authenticate our users on our main site (default port 80, default.aspx, login page) and once a user successfully authenticated, we go grab a list of possible urls for that user and present it as links.
Once the users clicks a link, we want to preserve the authentication context so that the app living on the chosen url does not have to reauthenticate the user.
Is something like that possible? Is it recommended to do something like that? Are there other ways to route users to their destination?
Can you maybe give some more information about what you exactly mean by "different sites/applications". Are you talking about sites that reside in the same Umbraco install? Or sites that reside on complete separate servers?
Routing users after authentication to different sites/applications preserving the security context?
Hi,
This is a general question about ASP.NET/IIS.
We want to authenticate our users on our main site (default port 80, default.aspx, login page) and once a user successfully authenticated, we go grab a list of possible urls for that user and present it as links.
Once the users clicks a link, we want to preserve the authentication context so that the app living on the chosen url does not have to reauthenticate the user.
Is something like that possible? Is it recommended to do something like that? Are there other ways to route users to their destination?
Thanks in advance, regards,
SiKo.
Hi Siko,
Can you maybe give some more information about what you exactly mean by "different sites/applications". Are you talking about sites that reside in the same Umbraco install? Or sites that reside on complete separate servers?
Cheers,
Michael.
is working on a reply...