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-faq.yml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ sections:
152
152
- If the certificate was created with Microsoft Software Key Storage Provider, the RSA algorithm must be used.
153
153
154
154
- question: |
155
-
What is the length of the default and "long" back-end timeout? Can the timeout be extended?
155
+
What is the length of the default and "long" backend timeout? Can the timeout be extended?
156
156
answer: |
157
157
The default length is 85 seconds. The "long" setting is 180 seconds. The timeout limit can't be extended.
158
158
@@ -170,7 +170,13 @@ sections:
170
170
171
171
> [!IMPORTANT]
172
172
> Deleting CWAP_AuthSecret breaks pre-authentication for Azure AD Application Proxy. Don't delete CWAP_AuthSecret.
173
-
173
+
174
+
- question: |
175
+
I'm using or want to use Azure Active Directory Application Proxy. Can I replace the `onmicrosoft.com` fallback domain of my tenant in Microsoft 365 as suggested in the article [Add and replace your onmicrosoft.com fallback domain in Microsoft 365](../../microsoft-365/admin/setup/add-or-replace-your-onmicrosoftcom-domain?view=o365-worldwide)?
176
+
answer: |
177
+
No. You must use the original fallback domain.
178
+
179
+
174
180
- question: |
175
181
How do I change the landing page my application loads?
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-secure-spa-users.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,8 @@ Create the web application in Azure AD for users to sign in. The web application
40
40
6. Copy the Azure AD app ID and the Azure AD tenant ID from the app registration to use in the Web SDK. Add the Azure AD app registration details and the `x-ms-client-id` from the Azure Map account to the Web SDK.
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-use-map-control.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,8 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
35
35
* Use the globally hosted CDN version of the Azure Maps Web SDK by adding references to the JavaScript and `stylesheet` in the `<head>` element of the HTML file:
* Load the Azure Maps Web SDK source code locally using the [azure-maps-control] npm package and host it with your app. This package also includes TypeScript definitions.
@@ -46,7 +46,7 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
46
46
Then add references to the Azure Maps `stylesheet` to the `<head>` element of the file:
0 commit comments