Auth Code Configuration
When using responseType: "code" in any authentication flow, you need to configure authorization code settings.
Table name: auth_code_config
| Field | Type | Description |
|---|---|---|
| tenant_id | CHAR(10) | Tenant identifier (Primary Key) |
| ttl | INT | Time-to-live in seconds for authorization codes |
| length | INT | Length of authorization codes |
Prerequisites
Section titled “Prerequisites”- Tenant Configuration - A tenant must be created first
- Client Configuration - Client must be configured with
response_types: ["code"]
Related Configurations
Section titled “Related Configurations”This configuration is used in conjunction with:
- Client Configuration - When client has
responseType: "code" - Token Configuration - Required for all flows
- User Configuration - Required for all flows