Filter CA list when prompting user with Certificate Authentication
Open
affected-very-few
area-networking
blocked
enhancement
severity-nice-to-have
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
This is in relation to this feature that seems to have been left out from .NET Core.
https://github.com/aspnet/AspNetCore.Docs/issues/15516#issuecomment-576899111
and my stackoverflow : https://stackoverflow.com/questions/58736822/net-core-windows-azure-web-app-trusted-certificate-store-for-browser-prompt-wit
We would like the ability to pass along a list of CA's so a user does not need to filter through a ton of certificates to choose when prompted.
Legacy windows servers used to use the TrustedIssersList registry key to send a list of CA's the site supported for authentication. This seems to be sunsetted as of Windows Server 2012.
Contributor guide
Assessment
This issue has not been assessed yet.