Zowe CLI
- Enhancement: Added a new configuration property named authOrder with which a user can specify a desired choice of authentication. #1794
- BugFix: Avoid prompting for a password, when a token is available for authentication #2500
- BugFix: Updated the
zowe auth login apiml
command to place its retrieved token into the specified (or default) base profile instead of creating a new base profile. #2181 & #1650- The update also places a directive to use token authentication for the default
zosmf
profile if that profile is configured to connect to API-ML.
- The update also places a directive to use token authentication for the default
- Enhancement: Updated Node.js types for technical currency. #2511
Core SDK
- Enhancement: Updated the
Login.apimlLogin
API function to record that it is making a request for a token into the session associated with its REST request. #2491