IdentityServer / IdentityServer4.WsFederation

Sample for implementing WS-Federation IdP support for IdentityServer4
Apache License 2.0
67 stars 53 forks source link

Would using Microsofts WsFederation-Implementation make it less complex? #6

Closed Compufreak345 closed 6 years ago

Compufreak345 commented 6 years ago

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

leastprivilege commented 6 years ago

Microsoft's WS-Fed handler is the client side. This repo here is the server side.

Compufreak345 commented 6 years ago

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.

leastprivilege commented 6 years ago

There's a client sample here..

Compufreak345 commented 6 years ago

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!