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