Azure SSO inbound traffic

Admin Oryx 0 Reputation points
2023-10-02T13:44:07.8466667+00:00

Good afternoon,

I created a server on azure behind a azure firewall.

On this server I create a website managing Azure SingleSignOn as an Enterprise application.

I would like to increase the security and allow the "azure microsoft" service to access the App during SigleSignOn process and only some IP.

I can't found on the firewall the servicetag grouping all the azure/microsoft ip for SSO.

Could you please help me?

Azure Web Application Firewall
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,699 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Akshay-MSFT 17,786 Reputation points Microsoft Employee
    2023-10-04T09:49:26.7533333+00:00

    @Admin Oryx

    Thank you for posting your query on Microsoft Q&A, from above description I could understand that you want to allow access to your Azure server hosted webapp from limited set of IP address.

    Please do let me know if this is not the case by responding in the comments section.

    The above objective could be achieved by the following steps:

    • Register a web app in Entra ID (Azure AD) redirecting to your web application hosted on Azure VM Web server.
    • Now navigate to conditional access blade and create a Named location with your defined vNet or public IP range and Mark as trusted location:

    User's image

    • Create a CA policy, select small user group under "Assignments" and Target the Web App you registered in first step:

    User's image

    • Select All locations in condition and exclude trusted network:

    User's image

    • Select Block access in Grant blade:

    User's image

    • Anytime a user tries to access the application they will be blocked unless they are requesting through trusted IP address you want.

    Thanks,

    Akshay Kaushik

    Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.

    0 comments No comments

  2. Admin Oryx 0 Reputation points
    2023-10-09T08:29:31.57+00:00

    Hello

    sorry for confusion, I think it's the other way around.

    I have a server hosted in azure with a public IP adress.

    I would like to make a firewall inbound rule to allow only some ip adresse to access.

    As I also use AAD sigle sign, My server will be access through http by AAD's SingleSignOn services.

    I would like to allow IPs of that "services" but I can't find any service tag in the firewall list.

    I hope it's clearer.

    Best Regards

    Philippe

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.