Skip to content

Commit 90f7243

Browse files
authored
Updates tense for acrolinx clarity.
1 parent e9189cf commit 90f7243

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

articles/active-directory/app-proxy/application-proxy-faq.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ sections:
2727
- Enable/Disable “Allow public clients flows”.
2828
- CWAP_AuthSecret (Client secrets).
2929
- API Permissions.
30-
Modifying any of the above configuration items on the App registration page will break pre-authentication for Azure AD Application Proxy.
30+
Modifying any of the above configuration items on the App registration page breaks pre-authentication for Azure AD Application Proxy.
3131
3232
- question: |
3333
Can I delete an App Proxy app from the App registrations page in the Microsoft Entra admin center?
3434
answer: |
35-
No. You should delete an App Proxy app from the **Enterprise applications** area of the Microsoft Entra admin center. If you delete the App Proxy app from the **App registrations** area of the Microsoft Entra admin center then you could experience issues.
35+
No. You should delete an App Proxy app from the **Enterprise applications** area of the Microsoft Entra admin center. If you delete the App Proxy app from the **App registrations** area of the Microsoft Entra admin center, then you could experience issues.
3636
- question: |
3737
What license is required to use Microsoft Entra application proxy?
3838
answer: |
@@ -41,12 +41,12 @@ sections:
4141
- question: |
4242
What happens to Microsoft Entra application proxy in my tenant, if my license expires?
4343
answer: |
44-
If your license expires, Application Proxy will automatically be disabled. Your application information will be saved for up to one year.
44+
If your license expires, Application Proxy is automatically disabled. Your application information is saved for up to one year.
4545
4646
- question: |
4747
Why is the "Enable Application Proxy button grayed out?
4848
answer: |
49-
Make sure you have at least a Microsoft Entra ID P1 or P2 license and a Microsoft Entra application proxy Connector installed. After you successfully install your first connector, the Microsoft Entra application proxy service will be enabled automatically.
49+
Make sure you have at least a Microsoft Entra ID P1 or P2 license and a Microsoft Entra application proxy Connector installed. After you successfully install your first connector, the Microsoft Entra application proxy service is enabled automatically.
5050
5151
- name: Connector configuration
5252
questions:
@@ -62,9 +62,9 @@ sections:
6262
6363
To manually upgrade a connector:
6464
65-
- Download the latest version of the connector. (You will find it under Application Proxy on the Microsoft Entra admin center. You can also find the link at [Microsoft Entra application proxy: Version release history](./application-proxy-release-version-history.md).
65+
- Download the latest version of the connector. (You can find it under Application Proxy on the Microsoft Entra admin center. You can also find the link at [Microsoft Entra application proxy: Version release history](./application-proxy-release-version-history.md).
6666
- The installer restarts the Azure AD Application Proxy Connector services. In some cases, a reboot of the server might be required if the installer cannot replace all files. Therefore we recommend closing all applications (i.e. Event Viewer) before you start the upgrade.
67-
- Run the installer. The upgrade process is quick and does not require providing any credentials and the connector will not be re-registered.
67+
- Run the installer. The upgrade process is quick and does not require providing any credentials and the connector is not re-registered.
6868
6969
- question: |
7070
Can Application Proxy Connector services run in a different user context than the default?
@@ -102,7 +102,7 @@ sections:
102102
- question: |
103103
Should I create a dedicated account to register the connector with Microsoft Entra application proxy?
104104
answer: |
105-
There's no reason to. Any Global Administrator or application administrator account will work. The credentials entered during installation aren't used after the registration process. Instead, a certificate is issued to the connector, which is used for authentication from that point on.
105+
There's no reason to. Any Global Administrator or application administrator account works. The credentials entered during installation aren't used after the registration process. Instead, a certificate is issued to the connector, which is used for authentication from that point on.
106106
107107
- question: |
108108
How can I monitor the performance of the Microsoft Entra application proxy connector?
@@ -121,7 +121,7 @@ sections:
121121
- question: |
122122
What versions of Windows Server can I install a connector on?
123123
answer: |
124-
Application Proxy requires Windows Server 2012 R2 or later. There is currently a limitation on HTTP2 for Windows Server 2019. In order to successfully use the connector on Windows Server 2019, you will need to add the following registry key and restart the server:
124+
Application Proxy requires Windows Server 2012 R2 or later. There is currently a limitation on HTTP2 for Windows Server 2019. In order to successfully use the connector on Windows Server 2019, you need to add the registry key and restart the server:
125125
126126
```
127127
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\EnableDefaultHttp2 (DWORD) Value: 0
@@ -180,12 +180,12 @@ sections:
180180
- question: |
181181
How do I change the landing page my application loads?
182182
answer: |
183-
From the Application Registrations page, you can change the homepage URL to the desired external URL of the landing page. The specified page will load when the application is launched from My Apps or the Office 365 Portal. For configuration steps, see [Set a custom home page for published apps by using Microsoft Entra application proxy](application-proxy-configure-custom-home-page.md)
183+
From the Application Registrations page, you can change the homepage URL to the desired external URL of the landing page. The specified page is loaded when the application is launched from My Apps or the Office 365 Portal. For configuration steps, see [Set a custom home page for published apps by using Microsoft Entra application proxy](application-proxy-configure-custom-home-page.md)
184184
185185
- question: |
186186
Why do I get redirected to a truncated URL when I try to access my published application whenever the URL contains a "#" (hashtag) character?
187187
answer: |
188-
If Microsoft Entra pre-authentication is configured, and the application URL contains a “#” character when you try to access the application for the first time, you get redirected to Microsoft Entra ID (login.microsoftonline.com) for the authentication. Once you complete the authentication you get redirected to the URL part prior to the ”#” character and everything that comes after the “#“ seems to be ignored/ removed. For example if the URL is `https://www.contoso.com/#/home/index.html`, once the Microsoft Entra authentication is done the user will be redirected to `https://www.contoso.com/`.
188+
If Microsoft Entra pre-authentication is configured, and the application URL contains a “#” character when you try to access the application for the first time, you get redirected to Microsoft Entra ID (login.microsoftonline.com) for the authentication. Once you complete the authentication you get redirected to the URL part prior to the ”#” character and everything that comes after the “#“ seems to be ignored/ removed. For example if the URL is `https://www.contoso.com/#/home/index.html`, once the Microsoft Entra authentication is done the user is redirected to `https://www.contoso.com/`.
189189
This behavior is by design due to how the “#” character is handled by the browser.
190190
191191
Possible solutions/ alternatives:
@@ -202,7 +202,7 @@ sections:
202202
- question: |
203203
Can I configure Application Proxy to add the HSTS header?
204204
answer: |
205-
Application Proxy does not automatically add the HTTP Strict-Transport-Security header to HTTPS responses, but it will maintain the header if it is in the original response sent by the published application. Proving a setting to enable this functionality is on the roadmap.
205+
Application Proxy does not automatically add the HTTP Strict-Transport-Security header to HTTPS responses, but it maintains the header if it is in the original response sent by the published application. Proving a setting to enable this functionality is on the roadmap.
206206
207207
- question: |
208208
Can I use a custom port number in the external URL?
@@ -272,7 +272,7 @@ sections:
272272
answer: |
273273
No, this won’t work, because a guest user in Microsoft Entra ID doesn't have the attribute that is required by any of the logon identities mentioned above.
274274
275-
In this case there will be a fallback to “User principal name”. For more details on the B2B scenario please read [Grant B2B users in Microsoft Entra ID access to your on-premises applications](../external-identities/hybrid-cloud-to-on-premises.md).
275+
In this case there is a fallback to “User principal name”. For more details on the B2B scenario please read [Grant B2B users in Microsoft Entra ID access to your on-premises applications](../external-identities/hybrid-cloud-to-on-premises.md).
276276
277277
- name: Pass-through authentication
278278
questions:
@@ -284,7 +284,7 @@ sections:
284284
- question: |
285285
Can I publish a web application with client certificate authentication requirement?
286286
answer: |
287-
No, this scenario isn't supported because Application Proxy will terminate TLS traffic.
287+
No, this scenario isn't supported because Application Proxy terminates TLS traffic.
288288
289289
- name: Remote Desktop Gateway publishing
290290
questions:
@@ -314,7 +314,7 @@ sections:
314314
315315
- question: |
316316
Can I use the Resources Launch Method option "Download the rdp file" under Settings on the Remote Desktop Web Client Portal in Microsoft Entra pre-authentication scenario?
317-
answer: This option enables the user to download the rdp file and use it by another RDP client (outside of the Remote Desktop Web Client). Typically, another RDP clients (like the Microsoft Remote Desktop Client) cannot handle the pre-authentication natively. That's why this will not work.
317+
answer: This option enables the user to download the rdp file and use it by another RDP client (outside of the Remote Desktop Web Client). Typically, another RDP clients (like the Microsoft Remote Desktop Client) cannot handle the pre-authentication natively. That's why the scenario doesn't work.
318318
319319
- name: SharePoint publishing
320320
questions:
@@ -369,7 +369,7 @@ sections:
369369
answer: |
370370
This scenario isn't supported directly. Your options for this scenario are:
371371
372-
1. Publish both the HTTP and HTTPS URLs as separate applications with a wildcard, but give each of them a different custom domain. This configuration will work since they have different external URLS.
372+
1. Publish both the HTTP and HTTPS URLs as separate applications with a wildcard, but give each of them a different custom domain. This configuration works since they have different external URLS.
373373
374374
2. Publish the HTTPS URL through a wildcard application. Publish the HTTP applications separately using these Application Proxy PowerShell cmdlets:
375375
- [Application Proxy Application Management](/powershell/module/azuread/#application_proxy_application_management&preserve-view=true)

0 commit comments

Comments
 (0)