-
Notifications
You must be signed in to change notification settings - Fork 98
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
Change Authentication method misbehavior in v3 #3142
Comments
Thank you for creating a bug report. |
When testing with a However, if I change my authentication method back to direct login using user/password, then an error occurs after entering in my password. The message is different than the one posted above but is still a TypeError: Regarding the prompt that is mentioned in the original report: this prompt is intentional and was added once we implemented authentication for API ML when using PEM certificates. The prompt is not for doing a direct login with user & password - it is prompting for what authentication method you want to use to generate the token. |
Describe the bug
Error returned when logging in
Cannot read properties of undefined (reading 'includes'). This is likely caused by the extension that contributes zowe.profileManagement.
Seeing use basic auth as an option when basic auth is in place and not seeing token auth option
It says User & Password but in description mentions login
I see this is same as in v2 now but still confusing
The text was updated successfully, but these errors were encountered: