Configuring a Store Organization

Relution supports a special organization called store organization. The store organization supports additional functionality compared to a regular organization.

  • Copy MDM policies to other organizations

  • Manage app version release states for other organizations

  • Configure store wide DEP for iOS devices

Configuration via application.yml

  1. Sign in to Relution as system administrator

  2. Go to Settings > Organizations

  3. Create a new organization (example name: orga1)

  4. Adjust the application.yml file accordingly

relution:
  database:
  [...]
  store:
    enabled: true
    organizationUniqueName: orga1

To apply the changes you need to restart the Relution server

Configuration via environment variables

  1. Sign in to Relution as system administrator

  2. Go to Settings > Organizations

  3. Create a new organization (example name: orga1)

  4. Adjust the environment variables accordingly

RELUTION_STORE_ENABLED=true
RELUTION_STORE_ORGANIZATIONUNIQUENAME=orga1

To apply the changes you need to restart the Relution server