Remove deprecated AddCertificateAuthentication
extensions
#355
Labels
area:security
All issues related to security
breaking-change
All issues related to breaking changes
good first issue
Good for newcomers
Milestone
Is your feature request related to a problem? Please describe.
Due to the fact that we moved the certificate authentication authentication from
mvcOptions
tomvcOptions.Filters
, the.AddCertificateAuthentication
extensions were marked as deprecated and replaced with.AddCertificateAuthenticationFilter
extensions.Describe the solution you'd like
Remove the deprecated
.AddCertificateAuthentication
extensions in theArcus.WebApi.Security
project.Additional context
Was made deprecated in #351
The text was updated successfully, but these errors were encountered: