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
Normally, when full credentials have not been provided, there will be a prompt from the credential provider to ask for that user name and password. However if something is routing through the background service, that is too late in the process to provide that information as it would happen during a non-interactive part of the session - thus it needs to be asked for early on before the background service is called.
The text was updated successfully, but these errors were encountered:
ferventcoder
changed the title
Capture password when only username is provided in validation
Capture password during validation when only username is provided
Mar 24, 2018
ferventcoder
changed the title
Capture password during validation when only username is provided
Capture password securely during validation when only the user name has been provided
Mar 24, 2018
Follow on work for Chocolatey Licensed and the background service is located at chocolatey/chocolatey-licensed-issues#38. Expected to land in Chocolatey Licensed Extension v1.12.12.
Normally, when full credentials have not been provided, there will be a
prompt from the credential provider to ask for that user name and
password. However if something is routing through the background
service, that is too late in the process to provide that information as
it would happen during a non-interactive part of the session - thus it
needs to be asked for early on before the background service is called.
* stable:
(version) 0.10.9
(doc) update release notes
(GH-474) Adding reset of console on abnormal exit
(doc) update release notes
(GH-1526) Provide friendly messages on exit codes
(maint) update tab expansion
(GH-1365) Do not warn on missing folders
(doc) update release notes
(GH-1524) Capture password when only user is provided
Normally, when full credentials have not been provided, there will be a prompt from the credential provider to ask for that user name and password. However if something is routing through the background service, that is too late in the process to provide that information as it would happen during a non-interactive part of the session - thus it needs to be asked for early on before the background service is called.
The text was updated successfully, but these errors were encountered: