

I think what you require is a reverse proxy like feature which is capable of authentication and authorizaton both, however i do not think we Use, and possibly which user group the user must belong to.Īs far as what i can understand from your query, I do not think this is possible within azure using any product.

In my mind, I should only need to configure the URLS (maybe using regex), which Azure AD (or Azure AD App) to I'm thinking that this feature should be available using only simple configuration in the Azure admin GUI itself, without any custom code needed. Now the websites are hosted inside Azure, so

But that site was hosted outside of Azure. It checks the login and performs the redirect if needed. I know that it is possible to add logic to the website itself, because I have built it before, for an old site. If the user is not logged in, he shouldīe redirected to (or similar), and only after a successful login should he be able to access that page. Is that possible?įor example, lets say that one of the containers serves the website and we would like to block access to so that it is only accessible for users in our AD. Like to add this login requirement in Azure using configuration only, and no custom code. We already have the Azure AD up and running, and we use it for many services. We have some containers and virtual machines in our Azure tennant, and we would like to add some login requirements for some of them, using Azure AD login (Office 365).
