v4

latestOpenAPI 3.0.32026-07-312,317012.2 MB
OIDC Auth

Attach OIDC Auth configuration onto machine identity

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

Path parameters

identityIdstring required

The ID of the machine identity to attach the configuration onto.

Request body

oidcDiscoveryUrlstring uri required

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

caCertstring

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

boundIssuerstring required

The unique identifier of the identity provider issuing the JWT.

boundAudiencesstring

The list of intended recipients.

boundClaimsobject required

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

claimMetadataMappingobject

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

boundSubjectstring

The expected principal that is the subject of the JWT.

accessTokenTTLinteger

The lifetime for an access token in seconds.

accessTokenMaxTTLinteger

The maximum lifetime for an access token in seconds.

accessTokenNumUsesLimitinteger

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

Response

Default Response