Skip to content

Commit 83ab45d

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/entra-docs-pr (branch live)
2 parents d252d6d + 39d86cd commit 83ab45d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/global-secure-access/how-to-configure-per-app-access.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,14 +190,13 @@ Content-Type: application/json
190190

191191
Replace `{appRegistrationObjectId}` with the application registration's object ID. You can find this value in the Microsoft Entra admin center under **Identity** > **Applications** > **App registrations** by selecting the app registration for your Global Secure Access application and copying the **Object ID** from the **Overview** page. To return to the default behavior, set `trafficRoutingMethod` to `random`. For more information, see [Update application](/graph/api/application-update?view=graph-rest-beta&preserve-view=true).
192192

193-
To confirm that the configuration was committed, retrieve the app registration object with a `GET` request and review the `onPremisesPublishing.trafficRoutingMethod` value:
193+
To confirm that the configuration was committed, retrieve the app registration object with a $select parameter and `GET` request to review the `onPremisesPublishing.trafficRoutingMethod` value:
194194

195195
```http
196196
GET https://graph.microsoft.com/beta/applications/{appRegistrationObjectId}
197197
```
198198

199-
For more information, see [Get application](/graph/api/application-get?view=graph-rest-beta&preserve-view=true).
200-
199+
For more information, see [Get application](/graph/api/application-get?view=graph-rest-beta&preserve-view=true) and [Customize Microsoft Graph responses with query parameters](/graph/query-parameters?tabs=http#select)
201200
## Enable or disable access with the Global Secure Access Client
202201

203202
You can enable or disable access to the Global Secure Access app using the Global Secure Access Client. This option is selected by default, but can be disabled, so the FQDNs and IP addresses included in the app segments aren't tunneled through the service.

0 commit comments

Comments
 (0)