Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have apllication in Asp.Net Core 2.0 MVC and Corrent Authentication functionalty implemented in LDAP but now i want to implement ADFS with openId connect in my corrent application. I have tried to read some articles on google but no luck i can found only Azure AD not on-Premise (ADFS) with openid.
 
Please help with whole steps if any body implemented ADFS with openId in .Net Core 2.0 MVC Apps .


What I have tried:

I have configure ClientId and Redirect URL on adfs management but no idea how to confugure at application level.
Posted
Updated 18-Jun-19 22:54pm

1 solution

You need to check how WSFed is supported in .NET Core, see this link to understand how things have changed, ASP.NET MVC Core Authentication against On-Perm ADFS · Issue #1920 · aspnet/AspNetCore · GitHub[^].
 
Share this answer
 
Comments
Pramod Singh (C) 19-Jun-19 23:40pm    
Hi Afzaal, There is no solution found just a conversation history only. Please provide some other links if you have for better help to us.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900