Learn how to authenticate to Infisical from any platform or environment.
Creating an identity
2592000
equivalent to 30 days): The lifetime for an acccess token in seconds. This value will be referenced at renewal time.2592000
equivalent to 30 days): The maximum lifetime for an acccess token in seconds. This value will be referenced at renewal time.0
): The maximum number of times that an access token can be used; a value of 0
implies infinite number of uses.0.0.0.0/0
, allowing usage from any network address.0.0.0.0/0
, allowing usage from any network address.Creating a Client Secret
0
): The time-to-live for the Client Secret. By default, the TTL will be set to 0 which implies that the Client Secret will never expire; a value of 0
implies an infinite lifetime.0
): The maximum number of times that the Client Secret can be used together with the Client ID to get back an access token; a value of 0
implies infinite number of uses.Adding an identity to a project
Accessing the Infisical API with the identity
/api/v1/auth/universal-auth/login
endpoint.7200
seconds which can be adjusted.If an identity access token expires, it can no longer authenticate with the Infisical API. In this case,
a new access token should be obtained by performing another login operation.Why is the Infisical API rejecting my identity credentials?
/raw
secrets endpoint that requires your project to disable E2EE.What is access token renewal and TTL/Max TTL?