Skip to content

ws1_b64encoded_api_credentials

codeskipper edited this page Aug 18, 2022 · 2 revisions

Description

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.

Example Usage:

<key>ws1_b64encoded_api_credentials</key>
<string>Basic QVBJX1VTRVJOQU1FX0hFUkU6QVBJX1BBU1NXT1JEX0hFUkU=</string>

Required: False