How to configure Application side in WCF App for SSL connection with Pre Configured ADFS server?

40 Views Asked by At

I'm trying to configure my application so it authorises using ADFS server. I have configured ADFS server. In my Solution file(which is combination of WF, WPF projects and WCF) I have multiple no. of projects, I am using visual studio 2017. One project is client and another is server. Client is supposed to send authentication request to ADFS and receive token, which is sent to server side of my solution, where user is authorised to use application. Now my question is how do I configure it? Microsoft's documentations are using Identity and Access tool which is not supported in VS17. Is there any tutorial or legit guide/documentation which I can follow to configure my application.

0

There are 0 best solutions below