Skip to content

Connection Settings

The settings on this page configure the connections between the Kiosk System and UIP.

Certificate Authority

The Kiosk Admin's self signed Certificate Authority created during the deployment and allow download of certificate.

UIP Adapter Connection

Secret, Certificate and Private Key: values generated on demand used to authenticate Kiosk Server adapters in UIP connecting to Kiosk Services.

UIP Connection

URL: The base URL for calling webhooks in UIP. This should be a fully-qualified URL (e.g. - https://uip.server.com/wfe/api/waitwebhook) and is automatically configured when deployed. If the Webhook Authentication Mode set below is "OAuth Authentication", remove wfe/ from this URL (e.g. - https://uip.server.com/api/waitwebhook).

UIP Authentication

Configure the authentication settings for calling webhooks in UIP

  • Webhook Authentication Mode: use "Basic Authentication" when connecting to a UIP system with its own authentication (configured in UIP's Administration > Workflow page) or use "OAuth Authentication" when connecting to a system with external authentication.
  • Basic Authentication
    • Basic Username: set the Webhook Username in UIP's Administration > Workflow page. This setting is required if authentication method is Basic Auth.
    • Basic Password: set the Webhook Password in UIP's Administration > Workflow page. This setting is required if authentication method is Basic Auth.
  • OAuth Authentication
    • OAuth Access Token URL: set the fully-qualified URL of UIP's OAuth authentication server. This setting is required if authentication method is OAuth.
    • OAuth Client ID: set the Client ID used for authentication. This setting is required if authentication method is OAuth.
    • OAuth Client Secret: set the Client Secret used for authentication. This setting is required if authentication method is OAuth.
    • OAuth Scope: set the Customer ID used for authentication. This setting is required if authentication method is OAuth.