Skip to content

Commit e8853bb

Browse files
authored
Merge pull request #58130 from KingdomOfEnds/digital-twins-postman
digital twins non-blocking items
2 parents 94dbaac + 219e856 commit e8853bb

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

articles/digital-twins/how-to-configure-postman.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Next, set up and configure Postman to obtain an Azure AD token. Afterwards, make
6464
| Callback URL | [`https://www.getpostman.com/oauth2/callback`](https://www.getpostman.com/oauth2/callback) |
6565
| Auth URL | Use the **Authorization URL** from step 2 above |
6666
| Client ID | Use the **Application ID** for the Azure AD app that was created or repurposed from the previous section |
67-
| Scope | leave blank |
68-
| State | leave blank |
67+
| Scope | Leave blank |
68+
| State | Leave blank |
6969
| Client Authentication | `Send as Basic Auth header` |
7070
7171
1. The client should now look like:
3.27 KB
Loading
743 Bytes
Loading
3.25 KB
Loading

articles/digital-twins/security-authenticating-apis.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,12 @@ The Windows Azure Authentication Library offers many ways to acquire Active Dire
3333
When developers architect Digital Twins solutions, they typically create a middle-tier application or API. The app or API then calls the Digital Twins API downstream. To support this standard web solution architecture, make sure that users first:
3434

3535
1. Authenticate with the middle-tier application
36+
3637
1. An OAuth 2.0 On-Behalf-Of token is acquired during authentication
38+
3739
1. The acquired token is then used to authenticate with or call APIs that are further downstream using the On-Behalf-Of flow
3840

39-
For instructions about how to orchestrate the on-behalf-of flow, see [OAuth 2.0 On-Behalf-Of flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow). You also can view code samples in [Calling a downstream web API](https://azure.microsoft.com/resources/samples/active-directory-dotnet-webapi-onbehalfof/).
41+
For instructions about how to orchestrate the on-behalf-of flow, see [OAuth 2.0 On-Behalf-Of flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow). You also can view code samples in [Calling a downstream web API](https://azure.microsoft.com/resources/samples/active-directory-dotnet-webapi-onbehalfof/).
4042

4143
## Next steps
4244

0 commit comments

Comments
 (0)