Universal Auth
Attach
Attach Universal Auth configuration onto identity
POST
Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to attach the configuration onto.
Body
application/json
A list of IPs or CIDR ranges that the Client Secret can be used from together with the Client ID to get back an access token. You can use 0.0.0.0/0, to allow usage from any network address.
A list of IPs or CIDR ranges that access tokens can be used from. You can use 0.0.0.0/0, to allow usage from any network address.
The lifetime for an access token in seconds. This value will be referenced at renewal time.
Required range:
x >= 1
The maximum lifetime for an access token in seconds. This value will be referenced at renewal time.
The maximum number of times that an access token can be used; a value of 0 implies infinite number of uses.
Required range:
x >= 0
Response
200 - application/json
Default Response