-
Notifications
You must be signed in to change notification settings - Fork 18
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
Lack of support for tokens over 2500 characters #18
Comments
Hi, thanks for reporting this issue. Cheers, |
Alright, this seems to be a limitation of the Windows API. The Windows API docs doesn't really mention it (or is wrong in this regards): However, just printing out the value of |
@danieljoos |
A hint has been added to the README. Closing this issue. |
Issue
There is a lack of support for wincred tokens over 2500 characters.
If more than 2500 characters are used, issues and errors such as "The stub received bad data" may occur when trying to authenticate against a container repository. See the related issues at (1,2,3).
Note that this maybe not quite a wincred bug directly, but a result of a limitation in the underlying Windows API and its credential store; however I am not sure in this.
References:
The text was updated successfully, but these errors were encountered: