I have MVC application where I'm authenticating user through the ADFS and send that details to the windows application to authentication. The steps i followed are:
- Sending username and password to ADFS.
- Receiving token from ADFS once user authenticated.
- Validating Token
I want to transfer the token and user details to Desktop Application to authenticate Windows Application.