Update
Update OIDC Auth configuration on identity
Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to update the auth method for.
Body
The new maximum lifetime for an access token in seconds.
x < 315360000
The new maximum number of times that an access token can be used.
x > 0
The new IPs or CIDR ranges that access tokens can be used from.
The new lifetime for an access token in seconds.
1 < x < 315360000
The new list of intended recipients.
The new attributes that should be present in the JWT for it to be valid.
The new unique identifier of the identity provider issuing the JWT.
1
The new expected principal that is the subject of the JWT.
The new PEM-encoded CA cert for establishing secure communication with the Identity Provider endpoints.
The new URL used to retrieve the OpenID Connect configuration from the identity provider.
1
Response
Was this page helpful?