azure-activedirectory-identitymodel-extensions-for-dotnet icon indicating copy to clipboard operation
azure-activedirectory-identitymodel-extensions-for-dotnet copied to clipboard

[Feature Request] All validation delegates should be async and return a validation result

Open jmprieur opened this issue 10 months ago • 1 comments

Why?

  • We want to avoid the sync over async
  • We don't want to throw when there are several authentication schemes

What?

Add more delegates that are async and result a validation result

Size: XL in Wilson, SAL, MISE.

Open Issue: RSA is not async ... we'll have to have async to sync,

jmprieur avatar Apr 23 '24 18:04 jmprieur

Will fix #2556, #468

pmaytak avatar Apr 23 '24 19:04 pmaytak