I am developing a website that should authenticate users using ADFS. Basically, we have CRM Dynamics deployed on the server, and CRM Dynamics has ADFS authentication. Now I am writing a .NET website that will target CRM Dynamics, and that the .NET site will be available to the public.
To implement authentication using ADFS, I read about this blog , but most of the information is unclear.
Anyone with experience implementing ADFS authentication on an ASP.NET site?
Any help on this is greatly appreciated.
thanks
source
share