Skip to content
GitHub

Auth Code Configuration

When using responseType: "code" in any authentication flow, you need to configure authorization code settings.

Table name: auth_code_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
ttlINTTime-to-live in seconds for authorization codes
lengthINTLength of authorization codes

This configuration is used in conjunction with: