How to Customize the Nerdio Manager URL
You have the option of customizing the Nerdio Manager URL.
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
Select Save.
In the Azure portal, navigate to App Services and select the app service called web-admin-portal-xxxx.
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>/.
Update App Registrations for existing accounts
Nerdio Manager installations that have already added accounts to Nerdio Manager need to update the App Registrations within those accounts.
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)