To customize the Nerdio Manager URL:
-
Follow the instructions in this Microsoft article: Map an existing custom DNS name to Azure App Service.
-
Once you have completed all the steps in the Microsoft article, in the Entra ID portal, navigate to Applications > App registrations > All applications.
-
Select web-admin-portal-xxxx.
-
In the menu on the left, select Authentication.
-
Under Redirect URI, add the following URIs:
-
https://<your custom domain>/
-
https://<your custom domain>/signin-oidc
-
https://<your custom domain>/add-account
-
https://<your custom domain>/oauth2
-
https://<your custom domain>/account/user/oauth2
-
-
Select Save.
-
In the Azure portal, navigate to App Services and select the web-admin-portal-xxxx App Service.
-
In the Settings blade, select Environment variables.
-
Change the Deployment:WebAppUrl to your custom domain (without the trailing slash).
-
Select OK.
-
Verify that your custom domain for Nerdio Manager works by navigating to https://<your custom domain>/.
Nerdio Manager installations that have already added accounts to Nerdio Manager need to update the app registrations within those accounts.
To update the app registrations:
-
In the Entra ID portal, navigate to Applications > App registrations > All applications.
-
Select account-web-admin-portal-xxxx.
-
In the Manage blade, select Authentication.
-
Select Add URI and add the following URI:
-
https://<your custom domain>/account/user/oauth2
-
-
Select Save.
-
Repeat these steps for all accounts.
Comments (0 comments)