Skip to main content

Introduction to Curity Phantom Tokens

Curity Phantom Tokens are a type of authentication token used in secure systems.

These tokens are designed to provide an additional layer of security by generating temporary, one-time codes that are used for authentication purposes.

Unlike traditional authentication methods that rely on static passwords, Phantom Tokens dynamically generate unique codes that expire after a short period of time, enhancing security and reducing the risk of unauthorized access.

Curity Phantom Tokens are particularly popular in industries where security is paramount, such as finance, healthcare, and government sectors.

Default configuration

openapi.json
{
"introspection_url" : "https://localhost:8443/introspection",
"client_id" : "$YOUR_CURITY_CLIENT_ID",
"client_secret" : "$YOUR_CURITY_CLIENT_SECRET",
"ttl" : 600000
}