Skip to content

ws1_oauth_token_url

codeskipper edited this page Aug 18, 2022 · 1 revision

Description

The ws1_oauth_token_url key is for the Access Token server to use for Oauth 2.0 authorization - a more secure and recommended replacement for Basic authentication. See What is OAuth - Learning the Basics and the region-specific token URLs table

To use Oauth authorization to the Workspace ONE UEM server, you must provide both ws1_oauth_client_id, ws1_oauth_client_secret, and ws1_oauth_token_url.

Example Usage:

<key>ws1_oauth_token_url</key>
<string>https://apac.uemauth.vmwservices.com/connect/token</string>

Required: False