Skip to content
GitHub

User Configuration

User configuration defines how Guardian connects to your user service to manage user accounts, authentication, and identity provider associations.

Table name: user_config

FieldTypeDescription
tenant_idCHAR(10)Tenant identifier (Primary Key)
is_ssl_enabledBOOLEANWhether SSL is enabled for user service
hostVARCHAR(256)Host address for user service
portINTPort number for user service
get_user_pathVARCHAR(256)API path for getting user details
create_user_pathVARCHAR(256)API path for creating users
authenticate_user_pathVARCHAR(256)API path for user authentication
add_provider_pathVARCHAR(256)API path for adding authentication providers
send_provider_detailsBOOLEANWhether to send provider details in requests