mkramar
mkramar
Hi Josef, consider the following use case. I have a branch and I'm about to merge it into master. I'm asking myself a question: is the merge going to degrade...
Thanks for answering :) I'm trying to use WindowsAuthentication server from IdentityServer3. I'm using UseWsFederationAuthentication() on the IdentityServer3 side. There is WsFederationAuthenticationOptions.CallbackPath propety, as I understand it should match WindowsAuthenticationOptions.IdpReplyUrl,...
I did a bit of debugging and figured out the solution Hope this will help In WsFederationAuthenticationOptions I had to comment out CallbackPath initialization. This fixed the problem for me....