Skip to content
GitHub

Guest Configuration

Guest Configuration enables guest user authentication for applications that need to allow unauthenticated or temporary access.

Table name: guest_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
is_encryptedBOOLEANWhether the secret key is encrypted (default: true)
secret_keyVARCHAR(16)Secret key for guest authentication
allowed_scopesJSONArray of scope names allowed for guest users (default: empty array)

Guest authentication uses the basic mandatory configurations: