I am using CAS Authentication for MVC 5 and Web API
project.
By using CAS, I expect single sign in and sign out.
I logged in to an ASP.NET website which is registered with
CAS Authentication and then I tried to open a WEB API which is also CAS Authenticated in my browser.
When I try to open the API on the browser it DOES NOT
log me in. I have to login again using my username and password.
The WEB API cannot see the cookie which is already created by CAS
for the first website.
Any idea how to make the WEB API to use the cookie already created by CAS?
Thanks
Go to the complete details ...