{
  "clients": [
    {
      "clientId": "rdm-token-client",
      "bearerOnly": false,
      "publicClient": false,
      "standardFlowEnabled": true,
      "directAccessGrantsEnabled": true,
      "enabled": true,
      "secret": "rdm-token-client-s3cret",
      "redirectUris": [
        "https://<RDM Server URL>/*"
      ],
      "webOrigins": [
        "https://<RDM Server URL>"
      ],
      "protocol": "openid-connect"
    },
    {
      "clientId": "mdm-token-client",
      "bearerOnly": false,
      "publicClient": false,
      "standardFlowEnabled": true,
      "directAccessGrantsEnabled": true,
      "enabled": true,
      "secret": "mdm-token-client-s3cret",
      "redirectUris": [
        "https://<MDM Server URL>/*"
      ],
      "webOrigins": [
        "https://<MDM Server URL>"
      ],
      "protocol": "openid-connect"
    },
    {
      "clientId": "one-desktop-browser-client",
      "standardFlowEnabled": true,
      "directAccessGrantsEnabled": false,
      "publicClient": true,
      "enabled": true,
      "protocol": "openid-connect",
      "attributes": {
          "pkce.code.challenge.method": "S256"
      },
      "redirectUris": [
          "http://127.0.0.1:*"
      ],
      "webOrigins": [
          "http://127.0.0.1:*"
      ]
        },
    {
      "clientId": "cs-webapp-public-client",
      "name": "Configuration Service Auth Client",
      "enabled": true,
      "redirectUris": [
        "https://<Configuration Service URL>/*"
      ],
      "webOrigins": [
        "https://<Configuration Service URL>"
      ],
      "bearerOnly": false,
      "consentRequired": false,
      "standardFlowEnabled": true,
      "implicitFlowEnabled": false,
      "directAccessGrantsEnabled": false,
      "serviceAccountsEnabled": false,
      "publicClient": true,
      "frontchannelLogout": false,
      "protocol": "openid-connect"
    },
    {
      "clientId": "dpm-webapp-public-client",
      "name": "DPM Admin Console Auth Client",
      "enabled": true,
      "redirectUris": [
        "https://<DPM Admin Console URL>/*"
      ],
      "webOrigins": [
        "https://<DPM Admin Console URL>"
      ],
      "bearerOnly": false,
      "consentRequired": false,
      "standardFlowEnabled": true,
      "implicitFlowEnabled": false,
      "directAccessGrantsEnabled": false,
      "serviceAccountsEnabled": false,
      "publicClient": true,
      "frontchannelLogout": false,
      "protocol": "openid-connect"
    },
    {
      "clientId": "one-webapp-public-client",
      "name": "Browser Auth Client",
      "enabled": true,
      "redirectUris": [
        "https://<ONE Webapp URL>/*"
      ],
      "webOrigins": [
        "https://<ONE Webapp URL>"
      ],
      "bearerOnly": false,
      "consentRequired": false,
      "standardFlowEnabled": true,
      "implicitFlowEnabled": false,
      "directAccessGrantsEnabled": false,
      "serviceAccountsEnabled": false,
      "publicClient": true,
      "frontchannelLogout": false,
      "protocol": "openid-connect"
    },
    {
      "clientId": "rdm-webapp-public-client",
      "name": "RDM Webapp Auth Client",
      "enabled": true,
      "redirectUris": [
          "https://<RDM Webapp URL>/*"
      ],
      "webOrigins": [
          "https://<RDM Webapp URL>"
      ],
      "bearerOnly": false,
      "consentRequired": false,
      "standardFlowEnabled": true,
      "implicitFlowEnabled": false,
      "directAccessGrantsEnabled": false,
      "serviceAccountsEnabled": false,
      "publicClient": true,
      "frontchannelLogout": false,
      "protocol": "openid-connect"
    },
    {
      "clientId": "mdm-webapp-public-client",
      "name": "MDM Webapp Auth Client",
      "enabled": true,
      "redirectUris": [
          "https://<MDM Webapp URL>/*"
      ],
      "webOrigins": [
          "https://<MDM Webapp URL>"
      ],
      "bearerOnly": false,
      "consentRequired": false,
      "standardFlowEnabled": true,
      "implicitFlowEnabled": false,
      "directAccessGrantsEnabled": false,
      "serviceAccountsEnabled": false,
      "publicClient": true,
      "frontchannelLogout": false,
      "protocol": "openid-connect"
    },
    {
      "clientId": "dqit-steps-token-client",
      "bearerOnly": false,
      "publicClient": false,
      "directAccessGrantsEnabled": true,
      "standardFlowEnabled": false,
      "enabled": true,
      "secret": "dqit-steps-token-client-s3cret",
      "redirectUris": [
        "https://<DQIT Webapp URL>/dqit/remote/*"
      ],
      "webOrigins": [
        "https://<DQIT Webapp URL>"
      ],
      "protocol": "openid-connect"
    },
    {
      "clientId": "dqit-webapp-token-client",
      "enabled": true,
      "secret": "dqit-webapp-token-client-s3cret",
      "redirectUris": [
        "https://<DQIT Webapp URL>/dqit/*",
        "http://<DQIT Webapp URL>/dqit/*",
        "https://<DQIT Server URL>/*"
      ],
      "webOrigins": [
        "https://<DQIT Webapp URL>",
        "http://<DQIT Webapp URL>",
        "https://<DQIT Server URL>"
      ],
      "bearerOnly": false,
      "publicClient": false,
      "protocol": "openid-connect",
      "directAccessGrantsEnabled": true
    }
  ],
  "defaultRoles": [
    "default"
  ],
  "realm": "ataccamaone",
  "displayName": "Ataccama | ONE",
  "sslRequired": "none",
  "enabled": true,
  "loginTheme": "ataccamaone"
}