best way to do URL redirect in Azure to an application in MyApps?

Garcia, Ernesto 31 Reputation points
2021-10-27T15:05:44.27+00:00

We are deploying a cloud application using SSO in Azure AD. The application has been configured as an Enterprise Application and the SSO is working as expected.
The issue is that the user access URL for the application is not very friendly, something like:
https://myapps.microsoft.com/signin/12345678-1234-1234-1234-123456789123?tenantId=12345678-1234-1234-1234-123456789123

We would like to setup a URL redirect so that our users have a more friendly URL, like:
https://myapplication.mydomain.com

So, what we need is a simple web redirect:
https://myapplication.mydomain.com >>> https://myapps.microsoft.com/signin/12345678-1234-1234-1234-123456789123?tenantId=12345678-1234-1234-1234-123456789123

We don't want to host this URL redirect on-prem to avoid that dependency for accessing a cloud application and we know that there are several ways we can achieve that in Azure, such as: Web App service, App gateway or even a full VM with IIS.

Since we are relatively new in the Azure environment, we would like to know what would be the easiest and more reliable way to do this URL redirect?

Thanks!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,865 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,447 questions
{count} votes

Accepted answer
  1. Ryan Hill 25,661 Reputation points Microsoft Employee
    2021-11-01T22:14:04.52+00:00

    Hey @Garcia, Ernesto ,

    You can use Azure Front Door to easily redirect a URL based on path. This step-by-step quick start guide shows how to configure URL rewrite using Front Door. Front Door is a Layer-7 load balancer so it really fits with what you're trying to do.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful