vSphere Web Services API


Data Object - AuthenticationRequiredChallenge(vmodl.fault.AuthenticationRequired.Challenge)

Property of
AuthenticationRequired
Extends
DynamicData
Since
vmodl.version.version0

Data Object Description

Authentication challenge comprised of authentication scheme and requirements. The authentication challenge descries a procedure and parameters the client application can use to successfully authorize access.

Properties

Name Type Description
error*xsd:string

The reason why the access request was declined. The field possible values are described by ErrorType enum.
errorDescription*xsd:string

Provides developers human-readable explanation that is not meant to be displayed to end-users.
oidcConfigUrl*xsd:string

OpenID Connect Configuration URI. An application uses this value to obtain OpenID Connect Configuration.
ovl*xsd:string

Full claims token URI. An application uses this value to obtain Full Claims Token that is then registered with vCenter to enable the provided access token use in vCenter.
realm*xsd:string

Defines the protection space of the scheme. The protection space determines the domain over which credentials might be automatically applied. If a prior request has been authorized the application may reuse the same credentials for all other requests within the same protection space for a period of time determined by the authentication scheme, parameters or application preferences.
schemexsd:string

Authentication scheme described in the challenge. The field possible values are described by AuthenticationScheme enum.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition