Click here to Skip to main content
15,895,709 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I've been searching the web and have not found a way to do this. I need to be able to set the Authenication to true after a user logs in using our university's custom login system.

A little background, I'm using a mixed mode of authenication on a website and the university I work for has a log in system that uses our ads login and a pass phrase and returns a validation ticket. This is not based on logging into ads, this is the university's home grown authenication system.

I need a way that once the user has a valid ticket from the university system to set the authenication mode of the application to true so I can now use the membership and roles from the asp.net controls. Does anyone know of a way to do this? A link to an example or knowledge passed on would be greatly appreciated.

Thanks,
Carolyn
Posted

1 solution

Sounds like you are implementing Single SignOn[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900