AuthenticationSetting
Setting to initialize Authentication
Fields
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}