Learn how to authenticate to Infisical from any platform or environment using an access token.
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.Creating a Token
Adding an identity to a project
Accessing the Infisical API with the identity
7200
seconds which can be adjusted in the Token Auth configuration.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.Why is the Infisical API rejecting my access token?
What is access token renewal and TTL/Max TTL?