Skip to content

AuthenticationSetting

Setting to initialize Authentication

Fields

app_id · ID · Application ID for the authentication service
app_url · String · Base URL for the authentication service
auth_service_enabled · Boolean! · required · Whether the authentication service is enabled
client_id · ID · Client ID for the authentication service
tenant_id · ID · Tenant ID for the authentication service

Used By

Definition

"""
Setting to initialize Authentication
"""
type AuthenticationSetting {
"""
Application ID for the authentication service
"""
app_id: ID
"""
Base URL for the authentication service
"""
app_url: String
"""
Whether the authentication service is enabled
"""
auth_service_enabled: Boolean!
"""
Client ID for the authentication service
"""
client_id: ID
"""
Tenant ID for the authentication service
"""
tenant_id: ID
}