-
-
Notifications
You must be signed in to change notification settings - Fork 54
Self hosting a custom instance
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 the ModernWorkplaceConcierge in your tenant. By default the free Azure app service plan is selected.
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
- To update your instance initiate a sync in the deployment center
- Version is always displayed as 1.0.0 for self-hosted instances
This project is proudly presented and maintained by Nicola Suter