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: powerapps-docs/developer/data-platform/webapi/samples/webapiservice.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ This method:
79
79
80
80
This method facilitates returning a class that includes properties found in the ComplexTypes returned by OData Actions and Functions in Dataverse Web API.
81
81
82
-
- Has an [HttpRequestMessage](/dotnet/api/system.net.http.httprequestmessage?view=net-6.0) parameter. When using this method it is expected, but not required, that the request parameter is one of the [*Response classes](#response-classes) that derive from `HttpRequestMessage`.
82
+
- Has an [HttpRequestMessage](/dotnet/api/system.net.http.httprequestmessage?view=net-6.0) parameter. When using this method it is expected, but not required, that the request parameter is one of the [*Response classes](#response-classes) that derive from `HttpResponseMessage`.
83
83
- Returns `Task<T>` where `T` is a class derived from `HttpResponseMessage`. See [*Response classes](#response-classes) for more information.
84
84
- Calls the [SendAsync Method](#sendasync-method).
85
85
- Uses the [HttpResponseMessage As<T>](#httpresponsemessage-ast) extension method to return the requested type.
@@ -89,7 +89,7 @@ The following example shows use with the <xref:Microsoft.Dynamics.CRM.WhoAmI?tex
Copy file name to clipboardExpand all lines: powerapps-docs/maker/model-driven-apps/run-model-driven-app.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,8 @@
2
2
title: How to run a model-driven app | MicrosoftDocs
3
3
description: "How to run a Power Apps model-driven app"
4
4
ms.custom: ""
5
-
ms.date: 12/07/2021
5
+
ms.date: 10/04/2022
6
6
ms.reviewer: "matp"
7
-
8
7
ms.suite: ""
9
8
ms.tgt_pltfrm: ""
10
9
ms.topic: "how-to"
@@ -21,8 +20,6 @@ search.app:
21
20
---
22
21
# How to run a model-driven app
23
22
24
-
25
-
26
23
## Run an app in a browser
27
24
28
25
To run a model-driven app in a web browser, the user must have a [security role](../model-driven-apps/model-driven-app-glossary.md#security-role) assigned in addition to having the URL for the app.
@@ -42,6 +39,21 @@ To get the direct link to an app:
42
39
43
40
To play the app, enter the URL in a web browser.
44
41
42
+
## Authentication prompts while running a model-driven app
43
+
44
+
You may notice authentication prompts during your model-driven app session. These prompts are expected and are required for certain features. Below highlights a list of features that trigger these prompts. This list is subject to change as new features are released:
Additionally, some organizational or browser settings may increase the frequency of these prompts. We recommend reviewing your settings to help reduce authentication prompts during sessions.
53
+
54
+
-**Third party cookies blocked in browser.** This will cause an authentication prompt to trigger each time you open a model-driven app. Note that opening the app in incognito mode or in the Safari web browser via ITP settings will usually block third-party cookies by default. [Enable third party cookies](../../troubleshooting-startup-issues.md) to reduce these prompts.
55
+
-**Azure Active Directory conditional access or multi-factor authentication policies**. Policies specifically on Power Apps or Microsoft Graph will trigger additional authentication prompts. Contact your admin to review your organization's conditional access or MFA policies.
56
+
45
57
## Run an app on a tablet or phone
46
58
47
59
Use the app URL described in the earlier section to run a model-driven app on a tablet's web browser. For phones, users download the Power Apps mobile app from the relevant app store. Then, sign into the app, and select the specific app. More information: [Get started with Power Apps mobile](../../mobile/run-powerapps-on-mobile.md)
0 commit comments