VMware Cloud Director API - OpenIdProviderInfo
OpenIdProviderInfoType
- Element:
- OpenIdProviderInfo
- Type:
- OpenIdProviderInfoType
- Namespace:
- http://www.vmware.com/vcloud/v1.5
- Description:
- Information about the openId connect provider for creating initial org oauth settings
- Since:
- 36.0
- Schema:
- vCloudEntities.xsd
- Media type(s):
-
application/vnd.vmware.vcloud.admin.openIdProviderInfo+json
application/vnd.vmware.vcloud.admin.openIdProviderInfo+xml
- Extends:
- ResourceType
- XML Representation:
-
<OpenIdProviderInfo xmlns="http://www.vmware.com/vcloud/v1.5" href="xs:anyURI" type="xs:string">
<Link href="xs:anyURI" id="xs:string" type="xs:string" name="xs:string"
rel="xs:string" model="xs:string"/>
<OpenIdProviderConfigurationEndpoint> xs:string </OpenIdProviderConfigurationEndpoint>
</OpenIdProviderInfo>
-
Attributes
-
Attribute Type Required Modifiable Since Deprecated Description href anyURI No always 36.0 The URI of the entity. type string No always 36.0 The MIME type of the entity. -
Elements
-
Element Type Required Modifiable Since Deprecated Description Link LinkType No none 36.0 A reference to an entity or operation associated with this object. OpenIdProviderConfigurationEndpoint string Yes always 36.0 URL for the OAuth IDP well known openId connect configuration endpoint VCloudExtension VCloudExtensionType No always 36.0 An optional extension element that can contain an arbitrary number of elements and attributes. Not related to extension services. -
Operations
-
CRUD Operation Description Since Deprecated as input POST /admin/org/{id}/settings/oauth/openIdProviderConfig Reads an OpenID configuring from a well-known endpoint and responds with the raw information from the IDP as well as VCD's interpretation of that information. 36.0