meaning of token properties in zowe.config.json #1485
markklerks
started this conversation in
General
Replies: 1 comment
-
This documentation may be helpful: https://docs.zowe.org/stable/user-guide/cli-using-integrating-apiml To summarize the purpose of each property:
In most cases you shouldn't have to manually add user, password, tokenType, or tokenValue to your config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For using the API ML and tokens, there are a few elements available in zowe.config.json.
At least there are:
How do these work (together) in executing CLI commands with such a profile?
I can't find any detailed documentation on these and want to make sure to populate them correctly.
An next question: when I fill my config with all these elements and also my Username and password, will the mechanics be like it uses the username password once to get a token and from there the token will be used?
Beta Was this translation helpful? Give feedback.
All reactions