forked from jprichards/AirWatchImporter
-
Notifications
You must be signed in to change notification settings - Fork 3
ws1_b64encoded_api_credentials
codeskipper edited this page Aug 18, 2022
·
2 revisions
The ws1_b64encoded_api_credentials
key can be used instead of ws1_api_username and ws1_api_password in WorkSpace ONE.
This may be useful if a password contains characters that are not allowed in recipe override plist files.
Not required - meaning import authentication will be attempted using API username, password, and token.
The base64 string can be encoded from cli like so:
echo -n "USERNAME:PASSWORD" | base64
Prepend the base64 string with "Basic "
This is for the Basic authentication method.
<key>ws1_b64encoded_api_credentials</key>
<string>Basic QVBJX1VTRVJOQU1FX0hFUkU6QVBJX1BBU1NXT1JEX0hFUkU=</string>
Required: False
Input Variables:
- ws1_api_url
- ws1_oauth_client_id
- ws1_oauth_client_secret
- ws1_oauth_token_url
- ws1_api_token
- ws1_api_username
- ws1_api_password
- ws1_b64encoded_api_credentials
- ws1_console_url
- ws1_force_import
- ws1_import_new_only
- ws1_groupid
- ws1_smart_group_name
- ws1_push_mode
- ws1_app_assignments
- ws1_update_assignments
- ws1_app_versions_prune
- ws1_app_versions_to_keep
- ws1_app_versions_to_keep_default