How to implement CAS in .Net?



How to implement CAS in .Net?..

Answer / Jaswant Kumar

To implement CAS (Central Authentication Service) in .Net, follow these steps:
1. Install the CAS client library.
2. Configure the authentication service URL and other settings in web.config file.
3. Redirect unauthenticated users to the CAS login page.
4. Handle the CAS response when user logs in successfully.
5. Use cookies for single sign-on across multiple applications.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain how viewstate is being formed and how it's stored on client in .net?

1 Answers  


How you apply a theme in whole application in .Net?

1 Answers   PUCIT,


When developing a Windows service for .NET, which namespace do you typically look in for required classes?

1 Answers  


What is a manifest in .net?

1 Answers  


Explain memory-mapped files.

1 Answers  


what is object lock?

1 Answers  


What are the improvements made in cas in .net 4.0?

1 Answers  


How do I spawn a thread?

1 Answers  


How to manage pagination in a page using .net?

1 Answers  


Explain the different parts of an assembly?

1 Answers  


How does linq work?

1 Answers  


Explain what is the difference between constants and read-only variables?

1 Answers  


Categories