Closed JillieBeanSim closed 1 month ago
Thank you for creating a bug report. We will investigate the bug and evaluate its impact on the product. If you haven't already, please ensure you have provided steps to reproduce the bug and as much context as possible.
When testing with a zosmf
profile type and logging in via API ML, I selected "User & Password" to generate the token. After doing so, the token is generated and I do not encounter any errors. I can execute a search as expected.
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.
Seeing this with extenders that login without API ML too
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