IdentityProvidersOidcCreateSpec

The Providers.OidcCreateSpec structure contains the information used to create an OIDC identity provider.


Properties

map[string]map[string][]string
claim_map Required

The map used to transform an OAuth2 claim to a corresponding claim that vCenter Server understands. Currently only the key “perms” is supported. The key “perms” is used for mapping the “perms” claim of incoming JWT. The value is another map with an external group as the key and a vCenter Server group as value.


string
client_id Required

Client identifier to connect to the provider


string
client_secret Required

The secret shared between the client and the provider


string as uri
discovery_endpoint Required

Endpoint to retrieve the provider metadata

JSON Example

{
	"client_id": "string",
	"client_secret": "string",
	"discovery_endpoint": "string"
}

Feedback

Was this page helpful?