[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
OidcRelyingParty
Information about a OIDC relying party.
Properties
string
clientName
Required
Human readable name of the relying party.
array of
string
redirectUris
Required
Supported redirect URIs for this relying party.
string
clientId
Optional
System generated client id of the relying party as per RFC-7591 Section 3.2.1.
string
clientSecret
Optional
Server generated client secret string. Must be unique for all relying parties. This field is hidden and is only returned in plaintext on a POST (during registration).
string
id
Optional
A unique identifier for the relying party.
array of
string
scope
Optional
Not configurable by the client. A fixed list of the following six scope values:
- openid - as required per the OpenID Connect Core spec
- profile - as described in the OpenID Connect Core spec
- email - as described in the OpenID Connect Core spec
- phone - as described in the OpenID Connect Core spec
- groups - grants access to the groups claims.
- vcd_idp - grants access to the roles, org_id, org_display_name, and org_name claims.
JSON Example
{
"clientName": "string",
"redirectUris": [
"string"
]
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Property Of
InlineOidcRelyingParties1
Parameter To
Register OIDC Relying Party
Update OIDC Relying Party
Returned By
Register OIDC Relying Party
Get OIDC Relying Party
Update OIDC Relying Party
Regenerate OIDC Relying Party Secret
What's changed in latest?
New! in version latest