Authentication Flow API
Learn about what the Authentication Flow API is and how to use it to implement your own custom user interface (UI) for authentication.
What is the Authentication Flow API?
{
"Content-Type": "application/json",
"Accept": "application/json",
}{
"type": "login",
"name": "default"
}
How the Authentication Flow API Works

Step 1: Make Authorization Request
Step 2: Redirect to Custom UI
Step 3: Make HTTP Requests to Authentication Flow API Endpoints
Step 4: Finish the Authentication Flow
Implement Authentication Flow API using PHPImplement Authentication Flow API using ExpressLast updated
Was this helpful?