6.1 UI Configuration

  1. OAuth Identity Domain Maintenance will require below maintenance to configure UI Component for Authorizing consent. Kindly refer “Core User Manual → OAuth 2.0 → Identity Domain Definition” for detailed “Identity Domain Definition” setup.

    The value of Consent Page URL ( Menu → OAuth → Identity Domain Maintenance) is configured as http://host:port?homeComponent=authorize-consent-berlin&homeModule=open-banking&applicationType=auth&menuNavigationAvailable=false.

  2. Please ensure that digx-berlinob.war is deployed and it is in active state.
  3. Navigate to <ui_deploy_folder>/framework/js/api-catalogue.js and please ensure below snippet if domain is set as "berlinob" for obc.
    abc: {
    application: "abc",
    defaultVersion: "v1",
    domain: "berlinob"
    },