You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/app-proxy/application-proxy-configure-complex-application.md
+43-56Lines changed: 43 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ When applications are made up of multiple individual web application using diffe
22
22
23
23
The following figure shows an example for complex application domain structure.
24
24
25
-

25
+
:::image type="content" source="./media/application-proxy-configure-complex-application/complex-app-structure-1.png" alt-text="Diagram of domain structure for a complex application showing resource sharing between primary and secondary application.":::
26
26
27
27
With [Azure AD Application Proxy](application-proxy.md), you can address this issue by using complex application publishing that is made up of multiple URLs across various domains.
28
28
29
-

29
+
:::image type="content" source="./media/application-proxy-configure-complex-application/complex-app-flow-1.png" alt-text="Diagram of a Complex application with multiple application segments definition.":::
30
30
31
31
A complex app has multiple app segments, with each app segment being a pair of an internal & external URL.
32
32
There is one conditional access policy associated with the app and access to any of the external URLs work with pre-authentication with the same set of policies that are enforced for all.
@@ -42,7 +42,7 @@ This article provides you with the information you need to configure wildcard ap
42
42
## Characteristics of application segment(s) for complex application.
43
43
1. Application segments can be configured only for a wildcard application.
44
44
2. External and alternate URL should match the wildcard external and alternate URL domain of the application respectively.
45
-
3. Application segment URL’s (internal and external) need to maintain uniqueness across complex applications.
45
+
3. Application segment URLs (internal and external) need to maintain uniqueness across complex applications.
46
46
4. CORS Rules (optional) can be configured per application segment.
47
47
5. Access will only be granted to defined application segments for a complex application.
48
48
- Note - If all application segments are deleted, a complex application will behave as a wildcard application opening access to all valid URL by specified domain.
@@ -56,61 +56,48 @@ Before you get started with Application Proxy Complex application scenario apps,
56
56
57
57
## Configure application segment(s) for complex application.
58
58
59
-
To configure (and update) Application Segments for a complex app using the API, you first [create a wildcard application](application-proxy-wildcard.md#create-a-wildcard-application), and then update the application's onPremisesPublishing property to configure the application segments and respective CORS settings.
60
-
61
59
> [!NOTE]
62
-
> 2 application segment per complex application are supported for [Microsoft Azure AD premium subscription](https://azure.microsoft.com/pricing/details/active-directory). Licence requirement for more than 2 application segments per complex application to be announced soon.
63
-
64
-
If successful, this method returns a `204 No Content` response code and does not return anything in the response body.
> Two application segment per complex distributed application are supported for [Microsoft Azure AD premium subscription](https://azure.microsoft.com/pricing/details/active-directory). License requirement for more than two application segments per complex application to be announced soon.
61
+
62
+
To publish complex distributed app through Application Proxy with application segments:
63
+
64
+
1.[Create a wildcard application.](application-proxy-wildcard.md#create-a-wildcard-application)
65
+
66
+
1. On the Application Proxy Basic settings page, select "Add application segments".
67
+
68
+
:::image type="content" source="./media/application-proxy-configure-complex-application/add-application-segments.png" alt-text="Screenshot of link to add an application segment.":::
69
+
70
+
3. On the Manage and configure application segments page, select "+ Add app segment"
4. In the Internal Url field, enter the internal URL for your app.
75
+
76
+
5. In the External Url field, drop down the list and select the custom domain you want to use.
77
+
78
+
6. Add CORS Rules (optional). For more information see [Configuring CORS Rule](https://learn.microsoft.com/graph/api/resources/corsconfiguration_v2?view=graph-rest-beta)
79
+
80
+
7. Select Create.
81
+
82
+
:::image type="content" source="./media/application-proxy-configure-complex-application/create-app-segment.png" alt-text="Screenshot of add or edit application segment context plane.":::
83
+
84
+
Your application is now set up to use the configured application segments. Be sure to assign users to your application before you test or release it.
85
+
86
+
To edit/update an application segment, select respective application segment from the list in Manage and configure application segments page. Upload a certificate for the updated domain, if necessary, and update the DNS record.
87
+
88
+
## DNS updates
89
+
90
+
When using custom domains, you need to create a DNS entry with a CNAME record for the external URL (for example, `*.adventure-works.com`) pointing to the external URL of the application proxy endpoint. For wildcard applications, the CNAME record needs to point to the relevant external URL:
Alternatively, a DNS entry with a CNAME record for every individual application segment can be created as follows:
95
+
96
+
> `'External URL of application segment'` > `'<External URL without domain>-<tenantname>.msapproxy.net'` <br>
97
+
for example in above instance >`'home.contoso.ashcorp.us'` points to > `home-ashcorp1.msappproxy.net`
98
+
113
99
100
+
For more detailed instructions for Application Proxy, see [Tutorial: Add an on-premises application for remote access through Application Proxy in Azure Active Directory](../app-proxy/application-proxy-add-on-premises-application.md).
114
101
115
102
## See also
116
103
-[Tutorial: Add an on-premises application for remote access through Application Proxy in Azure Active Directory](../app-proxy/application-proxy-add-on-premises-application.md)
Copy file name to clipboardExpand all lines: articles/active-directory/cloud-infrastructure-entitlement-management/permissions-management-trial-user-guide.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,10 @@ Use the **Activity triggers** dashboard to view information and set alerts and t
216
216
- See data for **identity governance** to ensure inactive users are decommissioned because they left the company or to remove vendor accounts that have been left behind, old consultant accounts, or users who as parts of the Joiner/Mover/Leaver process have moved onto another role and are no longer using their access. Consider this a fail-safe to ensure dormant accounts are removed.
217
217
- Identify over-permissioned access to later use the Remediation to pursue **Zero Trust and least privileges.**
0 commit comments