Closed Compufreak345 closed 6 years ago
Microsoft's WS-Fed handler is the client side. This repo here is the server side.
Thanks for the fast response, I mistook this repository to be a client-example. Do you know of any examples for the WSFederation client-side? I didn't find any at the Quickstarts.
There's a client sample here..
Sorry for bothering you again, but did you miss to put a link at your last response? /Edit: Just saw your response at Stackoverflow, I will try to get going on from there. Thanks!
Hi,
I saw that you added Microsoft.AspNetCore.Authentication.WsFederation to the AspNetCoreWsFederation- project. Would adding this to the IdentityServer4.WsFederation-project make the implementation less complex or is your implementation still the easiest? I tried adding Microsofts WSFederation-middleware to the EF-Quickstart and logically get errors because of the bad subject-claim, probably others will follow. I now need to decide if I should try to get Microsofts WSFederation to work with IdentityServer4 or start from your solution - any hints would be greatly appreciated.
Thanks & best regards, Compu