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

Get Auth URL

Description

Get authentication url based on redirect url. Returns consent url for admin else auth url.

Request

Request

URL

URL


get
https://cloud.vmwarehorizon.com/auth/v1/auth-url
Copy

Query Parameters

Query Parameters

string
code_challenge Optional

boolean
consent_granted Optional

string
idp_tenant_domain Optional

string
idp_tenant_id Optional

string
idp_type Optional

boolean
is_admin Optional

string
prompt Optional

string
redirect_uri Required

string
state 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 https://cloud.vmwarehorizon.com/auth/v1/auth-url?redirect_uri=string


Feedback

Was this page helpful?