[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen

Start Azure Ad Setup

Description

Starts alternative flow to setup Azure AD for Horizon Administrators without Global Administrator privilege. Returns url to be sent to Azure Global Administrator to grant consent.

Request

Request

URL

URL


post
https://cloud.vmwarehorizon.com/auth/v1/admin/azure-ad-setup
Copy

Query Parameters

Query Parameters

string
org_id Optional

Response

Response

Response Body

Response Body

200 OK

Returns AuthUrl of type */*
{
    "authUrl": "https://login.microsoft.com/authenticate",
    "checkSessionIframe": "https://login.microsoftonline.com/common/oauth2/checksession"
}
string
authUrl Optional

IAM authentication URL


string
checkSessionIframe Optional

IAM URL used to check session

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X POST https://cloud.vmwarehorizon.com/auth/v1/admin/azure-ad-setup


Feedback

Was this page helpful?