I am working in mvc 4 application.
The website uses single sign-on for authentication and I have to authorize the user by grabbing the credentials from http request header.
How do I get the header values from http request and authorize the user?
Any help?
The website uses single sign-on for authentication and I have to authorize the user by grabbing the credentials from http request header.
How do I get the header values from http request and authorize the user?
Any help?