Attach
Attach Universal Auth configuration onto identity
Authorizations
An access token in Infisical
Path Parameters
The ID of the identity to attach the configuration onto.
Body
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.
x > 0
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.
x > 1
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.
Response
Was this page helpful?