Hello. Are there any links on setting up ADFS 3 and Visual Studio 2015 to get ADFS to redirect back to a localhost site after authentication?
We cannot manage to get the redirect from ADFS to work back to localhost. In frustration, we set up a new site on our dev server using host headers and set up the relaying trust and redirect on there. It works fine there, but I want to debug the site during
development on my own PC.
I've tried creating a site on my PC that points to the location of the code, and setting that up as a trust. It creates an error after authenticating, and of course there's no error shown on the page.
I am using:
Visual Studio 2015 Community Edition
Developing an MVC Web site with On-premise authentication
Any help would be appreciated.
Thanks
Dave