Transcribe App on Edge supports Open ID Connect (OIDC) SSO for Login access to the app.

Configuration is relatively simple and consists of configuring the Identity Provider (e.g, PingId) and entering a few settings in the OIDC SSO form in the Transcribe App.


Configure Identity Provider


We will use PingId as an example. 

First you need to create a new Application:



Give the new App a name, select OIDC Web App type, and click Save.



Then click the Protocol button in the Overview tab to edit some default settings:



Below are the settings, the highlighted ones have been modified from the defaults.

The redirect URI will have the form: https://{your edge transcribe app hist}:{port}/auth-svc/openid-relay/callback



After that we need to go to the Resources tab and add the email and profile scopes:



The last thing to do on the PingId is to enable the new Application - you need to switch the highlighted toggle:




Configure Transcribe App


Within the transcribe App we need to enter a few settings from the PingId. You can find the OIDC SSO Settings under Profile -> Account settings:



The OIDC settings include:

  • Custom text for the SSO login button
  • Discovery URL
  • Client ID
  • Client Secret


You can find all of them on the PingId Application Configuration Settings tab:



If you want to allow all your users to automatically have access to the Transcribe App if they can authenticate with PingId, then you need to put your domain into the "Allow signup with emails from the following domains" field in the account Settings. This is optional, without it you can always invite PingId users to the Transcribe App one by one (from the Profile -> Account -> Users).