Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

By default Launch Pad works with Motive’s hosted offering. You need to provision Launch Pad to work with your organization.

You can simplify this process by deploying an AppConfig.json file to your headset via MDM by following these steps. This process also allows you to direct Launch Pad to communicate with your self-hosted or private cloud offering.

1. Configure your AppConfig.json file

Download this template to get started.

Fill out the following fields. Note that optional fields can be removed.

Field

Description

CLUSTER NAME

This is the system name of the cluster, usually part of the cluster domain name. E.g. “us-west-a”.

CLUSTER TITLE

This is the user-facing title for the cluster. Note that this is part of a “localizedTitle” array, you can add localizations for other languages.

URL OF CLOUD INSTALL

The URL of the cluster, e.g. https://us-west-a.motivecloud.dev

OPTIONAL-URL OF IDENTITY SERVER

Only required for multi-cluster installs with a shared identity server. E.g. https://us-west-a.motivecloud.dev

OPTIONAL-CLIENT ID

Along with Client Secret, allows Launch Pad to connect directly to your organization to launch content using a Launch Code.

OPTIONAL-CLIENT SECRET

Works with Client Secret.

OPTIONAL-YOUR ORGANIZATION IDENTIFIER

If set, will bypass the organization select screen for the login flow.

OPTIONAL-DEFAULT CLUSTER

If multiple clusters are defined, this sets the default cluster that Launch Pad will use.

This is an example of AppConfig.json for the hosted Motive Cloud offering. This shows a multi-cluster configuration.

{
	"clusters": [
		{
			"localizedTitle": {
				"localizations": [
					{
						"cultureCode": "en",
						"text": "US West"
					}
				]
			},
			"motiveCloudConfig": {
				"url": "https://us-west-a.motivecloud.dev",
				"identityUrl": "https://us-west-a.motivecloud.dev"
			},
			"name": "us-west-a"
		},
		{
			"localizedTitle": {
				"localizations": [
					{
						"cultureCode": "en",
						"text": "Canada Central"
					}
				]
			},
			"motiveCloudConfig": {
				"url": "https://ca-central-a.az.motivecloud.dev",
				"identityUrl": "https://us-west-a.motivecloud.dev"
			},
			"name": "ca-central-a"
		}
	]
}

2. Deploy the AppConfig.json via MDM

Quest for Business

https://developer.oculus.com/documentation/native/ps-assets/

ManageXR

https://help.managexr.com/en/articles/8013220-bundle-files-with-your-app

ArborXR

https://help.arborxr.com/en/articles/6333166-upload-files-to-arborxr

  • No labels