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
{{ message }}
This repository was archived by the owner on Mar 14, 2025. It is now read-only.
This is a very useful library when dealing with older applications that use Windows Authentication.
I was wondering if there is any particular reason why the username, password and domains keys cannot be provided as parameters:
I am thinking about scenarios of testing using multiple users with various roles. This would require a secret file for each of them which is clearly feasible, but not the way Visual Studio treats them (one associated secret file per project).
Is there any reason for this design? If not, I will try to add overloads allowing to pass the keys.