Configuration of the Loginapp REST UI SDK itself

The Loginapp REST UI SDK itself is highly configurable by means of the SDK configuration file:

copy
$CUSTOM_DIRECTORY/src/sdk/config/custom.sdk.config.js

The following customization options are available:

To only list pages relevant for the current use cases, the navigation menu can be configured to:

  • omit standard pages that are not needed
  • add custom pages (by URL)

Configuration of the behavior of individual pages.

Mocking REST requests with either XMLHttpRequest or with the Fetch API.

  • Build configuration
  • Language configuration
  • Alerts configuration
  • Maintenance messages configuration
  • Buttons configuration
  • Flows configuration

See custom.sdk.config.js for details on how to configure these settings.