v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
OIDC Auth

Update OIDC Auth configuration on machine identity

patch/api/v1/auth/oidc-auth/identities/{identityId}

Path parameters

identityIdstring required

The ID of the machine identity to update the auth method for.

Request body

oidcDiscoveryUrlstring uri

The new URL used to retrieve the OpenID Connect configuration from the identity provider.

caCertstring

The new PEM-encoded CA cert for establishing secure communication with the Identity Provider endpoints.

boundIssuerstring

The new unique identifier of the identity provider issuing the JWT.

boundAudiencesstring

The new list of intended recipients.

boundClaimsobject

The new attributes that should be present in the JWT for it to be valid.

claimMetadataMappingobject

The new attributes that should be present in the permission metadata from the JWT.

boundSubjectstring

The new expected principal that is the subject of the JWT.

accessTokenTTLinteger

The new lifetime for an access token in seconds.

accessTokenMaxTTLinteger

The new maximum lifetime for an access token in seconds.

accessTokenNumUsesLimitinteger

The new maximum number of times that an access token can be used.

Response

Default Response