Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Self hosting a custom instance

Nicola Suter edited this page Jan 14, 2020 · 20 revisions

If you cannot use the public instance of the ModernWorkplaceConcierge (because of legal and/or compliance reasons) you can deploy an instance in your Azure tenant. When you intend to use the ModernWorkplaceConcierge on a commercial basis donations are highly appreciated.

Deploy to Azure

Deploy the ModernWorkplaceConcierge in your tenant. By default the free Azure app service plan is selected.

Deploy to Azure

Azure AD App registration

In order to sign-in you users you need to create a multi tenant app registration in your tenant.

  • Note down the URL of your Azure Web App

  • Create a new App registration

  • Make sure to select Multi-Tenant for the supported account types! Enter the previously collected URL as reply-url

  • Allow the app registration to issue ID tokens, enter {appurl}/Account/SignOut as signout-url.

  • Create a new client secret and note it down

  • Note down your app ID

  • Add the app ID, app secret and url you previously collected to your webapp configuration

  • Try to sign-in and consent to the requested permissions

Updating your instance

  • To update your instance initiate a sync in the deployment center

Current limitations

  • Version is always displayed as 1.0.0 for self-hosted instances