-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] DefaultCertificateLoader does not accept that name : LocalComputer #1702
Comments
@brentschmaltz Not sure what the issue is. We are parsing the values out here, and using CurrentUser as the default. The only values for StoreLocation are CurrentUser and LocalMachine: |
@jennyf19 there is no 'CurrentMachine'. Your error message, IDW10703, includes the name: 'CurrentMachine', it should be 'LocalMachine'. |
@brentschmaltz That's not what the issue says above, but thanks for clarifying. Will fix the error message. |
fixed in #1704 |
@jennyf19 thanks for fixing, when i wrote the bug i was confused because of the error message. |
@brentschmaltz it's fine! I was confused too so thanks for the explanation. I'll re-open until we release the updated message and then close. |
Released in 1.24.0. |
Which version of Microsoft Identity Web are you using?
master
To repo:
The error has the following message:
IDW10703: Certificate store path must be of the form 'StoreLocation/StoreName'. StoreLocation must be one of 'CurrentUser', 'CurrentMachine'. StoreName must be empty or one of 'AddressBook', 'AuthRoot', 'CertificateAuthority', 'Disallowed', 'My', 'Root', 'TrustedPeople', 'TrustedPublisher'.
If you open up MMC the common names are: "CurrentUser" and "LocalComputer"
Since you already have support for "CurrentMachine", please add support for "LocalComputer".
See this document for names.
I is always a good idea to echo what was received.
The above error message could be written"
IDW10703: The Certificate store path received '.......' was not of the form....
The text was updated successfully, but these errors were encountered: