In a self-hosted environment you need to register XpressDox in your Microsoft Azure Tenant.
NOTE that if you have configured your account to make use of SSO, then Steps 1 -5 should have been already been completed.
- In Microsoft Azure AD, click on App registrations and then on New registration:
- Next, give your application a name. Select the first radio button (Accounts in this organizational directory only). Select Web from the drop list, and provide a URI. Then click Register.
- The Application will be registered and you will be taken to a page which looks like this:
- Additional redirect URI’s can be added on the Authentication page e.g. your UAT instance.
Now add the following redirect URL:
https://<yourXpressDoxInstance>/Public/OAuthResult.aspx
http://localhost:54532/ (for use on the Desktop)
- Next click on Certificates & secrets, then on the Client secrets tab, and on New client secret. Add a Description, an expiry and click Add.
- Copy the Client key and secret as you will use them later.
The Client key and secret will be used when you set up a Foreign File System, which you can find here.