OidcProfile

OidcProfile
OidcProfile

Represents an Identity Provider OIDC profile. It must be present only if idp_type=OIDC.

JSON Example
{
    "oidcUserAttributeMapping": {
        "email": "user_email"
    },
    "openIdUserIdentifierAttribute": "sub",
    "internalUserIdentifierAttribute": "ExternalId"
}
object
oidcUserAttributeMapping
Optional

The mappings of the attribute names that are stored for users by VMware Identity Services to the claims in the 3rd party Identity Provider ID token. The keys are the VMware Identity Services attribute names and the values are the claims in the ID token.

string
openIdUserIdentifierAttribute
Optional
Constraints: default: sub

The OIDC claim name that holds the user identifier used to loop up user

string
internalUserIdentifierAttribute
Optional
Constraints: default: ExternalId

Name of user attribute used to look up user