Application Settings

Application settings display details that identify the Application Identifier, Domain, Security Configuration, and Customization Resource of an application connection template

  • Automatic Registration Enabled – the value is set to True when the application connection registration is carried out automatically.
  • Application Identifier – the application identifier registered on SCC.
  • Customization Resource Bundles – the application configuration (customization resource bundles) associated with the application. Values include:
    • A single name, such as Appmc:1.2.1, indicates a single customization resource bundle.
    • A string of asterisks indicates multiple application connections; the property values are the same, but the customization resource bundle values are different.
    • Blank means no customization resource bundles are assigned.
    Note: Application configuration is only used for OData SDK clients (Android and iOS), and is not used for Hybrid Web Container connections.
  • Domain – the domain selected for the connection template.

    The domain is not required when automatic registration is enabled.

  • Security Configuration – the security configuration defined for the connection template.

    The security configuration of the application connection template is used to authenticate users when automatic registration is enabled. The user name for authentication can be included in the security configuration, for example, supAdmin@admin. If a security configuration is provided, the server looks for the application connection template according to both the appId and security configuration. If a security configuration is not provided, the server looks for the unique application connection template according to the appId. If there are multiple templates with different security configurations for the same appId, the server reports an exception, as it does not know which template should be used to authenticate the user.

Related concepts
Application Connection Properties
Related tasks
Creating Application Connection Templates