You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an X509CertificateAuthenticationProvider you can either provide StoreName/StoreLocation/Thumbprint or a ready X509Certificate2 object. Great! Another provider I was using is OnBehalfOfAuthenticationProvider. But this only accepts the StoreName/StoreLocation/Thumbprint parameters, not a certificate object.
Thanks for your PR @mloitzl ! @rlv-dan , you can use this using the next nightly build (version 1.8.33 or higher). Closing issue now, feel free to re-open in case needed
Category
Describe the feature
When creating an
X509CertificateAuthenticationProvider
you can either provide StoreName/StoreLocation/Thumbprint or a readyX509Certificate2
object. Great! Another provider I was using isOnBehalfOfAuthenticationProvider
. But this only accepts the StoreName/StoreLocation/Thumbprint parameters, not a certificate object.Originally posted by @rlv-dan in #897 (comment)
Describe the solution you'd like
Allow creation of
OnBehalfOfAuthenticationProvider
with anX509Certificate2
object in addition to ThumbprintThe text was updated successfully, but these errors were encountered: