{
  "oauth20": {
    "friendlyName": {
      "title": "Friendly Name for Login Screen",
      "content": "This is the name that will be displayed at the login screen for the application"
    },
    "redirectUri": {
      "title": "Redirect URIs",
      "content": "The list or redirects utilized by the application"
    },
    "selfProvisioning": {
      "title": "User self provisioning",
      "content": "Allow the user to self-provision for the given application"
    },
    "providers": {
      "title": "Providers",
      "content": "List of authentication providers that users can utilize. If you want to turn on the existing provider, just click on the switch to turn it on, and add required credentials."
    }
  },
  "tokens20": {
    "clientToken": {
      "title": "Client Tokens",
      "content": "Client tokens are associated with specific user"
    },
    "serverToken": {
      "title": "Server Tokens",
      "content": "Server tokens represent domain without any user association"
    }
  },
  "tokens": {
    "clientToken": {
      "title": "Client Tokens",
      "content": "Client tokens are associated with specific user"
    },
    "serverToken": {
      "title": "Server Tokens",
      "content": "Server tokens represent domain without any user association"
    }
  },
  "transfer": {
    "currentOwner": {
      "title": "Current Owner",
      "content": "This is user or team that owns the domain"
    },
    "transferTo": {
      "title": "Transfer To",
      "content": "User or team to transfer domain to"
    }
  },
  "users": {
    "userList": {
      "title": "User List",
      "content": "List of users for this domain"
    }
  },
  "auth": {
    "pingID": {
      "title": "PingID Settings",
      "content": "Settings for PingID based token exchange"
    },
    "ssoAuth": {
      "title": "SSO Auth Settings",
      "content": "Settings for Comcast SSO based token exchange"
    },
    "tokenExchange": {
      "title": "Token Exchange Setting",
      "content": "Settings for RSA256 signed JWT token exchange.  This will validate your JWT and return 555 platform JWT using your unique ID"
    }
  },
  "general": {
    "domain": {
      "title": "Domain",
      "content": "Domain uniquely identifies your application"
    },
    "createdBy": {
      "title": "Created By",
      "content": "Shows Name and Email address of the user who created this application. If the application was created by the team account, only the name of the account is displayed."
    },
    "federationType": {
      "title": "Federation Type",
      "content": "Federation Type shows if the domain can make phone calls"
    },
    "clientId": {
      "title": "Client ID",
      "content": "Client ID of the domain used for authentication"
    },
    "clientSecret": {
      "title": "Client Secret",
      "content": "Secret of the domain used for authentication"
    },
    "authString": {
      "title": "Auth String",
      "content": "For your convenience: base64encoded(clientID:secret)"
    },
    "jwtKeys": {
      "title": "JWT Keys",
      "content": "Public/Private keys used for signing JWT for this domain"
    },
    "credentialManagement": {
      "title": "Credential Management",
      "content": "You can reset client ID/secret and/or JWT private/public key pair"
    }
  },
  "notifications": {
    "notificationKeys": {
      "title": "Notification Keys",
      "content": "Here you can register your domain to receive APNs or FCM/GCM notifications"
    }
  }
}
