Skip to content

Instantly share code, notes, and snippets.

@ppaulojr
Last active August 10, 2016 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ppaulojr/dd2b854ce95e715a501d08821f1a4e1b to your computer and use it in GitHub Desktop.
Save ppaulojr/dd2b854ce95e715a501d08821f1a4e1b to your computer and use it in GitHub Desktop.

MDM Configuration

Orchid supports Managed App Configuration

Managed App Configuration allows for a Mobile Device Management (MDM) server to push down configurations into Orchid.

Supported Configurable Keys

  • com.cipherhealth.orchid.global_settings_use_sso
  • com.cipherhealth.orchid.global_settings_default_realm_sso
  • com.cipherhealth.orchid.global_settings_email_sso
  • com.cipherhealth.orchid.smaller_font_use

com.cipherhealth.orchid.global_settings_use_sso

Define SSO as the default sign-in method.

Values:

  • 0 for false
  • 1 for true

default: false


com.cipherhealth.orchid.global_settings_default_realm_sso

Option to bypass default manual Realm discovery in SSO

Values:

  • 0 for false
  • 1 for true

default: true


com.cipherhealth.orchid.global_settings_email_sso

Default username for SSO

Values:

example: ryan.mitchell@ulala.edu

default: empty


com.cipherhealth.orchid.smaller_font_use

Option use smaller font in the UI

Values:

  • 0 for false
  • 1 for true

default: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment