privacyidea / adfs-provider

Authentication provider for Microsoft AD FS to use with privacyIDEA.
GNU Affero General Public License v3.0
20 stars 5 forks source link

Use the csharp-client #42

Open lukasmatusiewicz opened 1 year ago

lukasmatusiewicz commented 1 year ago

Await merging: https://github.com/privacyidea/csharp-client/pull/13 , https://github.com/privacyidea/csharp-client/pull/11 , https://github.com/privacyidea/csharp-client/pull/10 , https://github.com/privacyidea/csharp-client/pull/2 .

After successfully merge all of actual PR's in csharp-client, add it as a submodule to this repo.

Then build the enhancements from these issues: https://github.com/privacyidea/adfs-provider/issues/41 , https://github.com/privacyidea/adfs-provider/issues/40 .

To use the csharp-client, adfs-provider needs to migrate from .NET Framework to .NET 6.0. .NET 6.0 doesn't have microsoft.diagnostic package. Have we any alternative to make logging and configuration possible?