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/confidential-ledger/authentication-azure-ad.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ In this scenario, an application was sent an Azure AD access token for some arbi
101
101
102
102
This flow is called the[OAuth2 token exchange flow](https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-04). It generally requires multiple configuration steps with Azure AD, and in some cases(depending on the Azure AD tenant configuration) might require special consent from the administrator of the Azure AD tenant.
103
103
104
-
## Next Steps
104
+
## Next steps
105
105
106
106
-[How to register an Azure confidential ledger application with Azure AD](register-application.md)
107
107
-[Overview of Microsoft Azure confidential ledger](overview.md)
Copy file name to clipboardExpand all lines: articles/confidential-ledger/register-application.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
@@ -1,6 +1,6 @@
1
1
---
2
-
title: How to register an Azure confidental ledger application with Azure AD
3
-
description: In this how to, you learn how to register an Azure confidental ledger application with Azure AAD
2
+
title: How to register an Azure confidential ledger application with Azure AD
3
+
description: In this how to, you learn how to register an Azure confidential ledger application with Azure AD
4
4
services: confidential-ledger
5
5
author: msmbaldwin
6
6
ms.service: confidential-ledger
@@ -12,19 +12,19 @@ ms.author: mbaldwin
12
12
13
13
# How to register an Azure confidential ledger application with Azure AD
14
14
15
-
In this article you'll learn how to integrate your Azure confidental ledger application with Azure AD, by registering it with the Microsoft identity platform.
15
+
In this article you'll learn how to integrate your Azure confidential ledger application with Azure AD, by registering it with the Microsoft identity platform.
16
16
17
17
The Microsoft identity platform performs identity and access management (IAM) only for registered applications. Whether it's a client application like a web or mobile app, or it's a web API that backs a client app, registering it establishes a trust relationship between your application and the identity provider, the Microsoft identity platform. [Learn more about the Microsoft identity platform](../active-directory/develop/v2-overview.md).
18
18
19
19
## Prerequisites
20
20
21
21
- An Azure account with an active subscription and permission to manage applications in Azure Active Directory (Azure AD). [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
22
22
- An Azure AD tenant. [Learn how to set up a tenant](../active-directory/develop/quickstart-create-new-tenant.md).
23
-
- An application that calls Azure confidental ledger.
23
+
- An application that calls Azure confidential ledger.
24
24
25
25
## Register an application
26
26
27
-
Registering your Azure confidental ledger application establishes a trust relationship between your app and the Microsoft identity platform. The trust is unidirectional: your app trusts the Microsoft identity platform, and not the other way around.
27
+
Registering your Azure confidential ledger application establishes a trust relationship between your app and the Microsoft identity platform. The trust is unidirectional: your app trusts the Microsoft identity platform, and not the other way around.
28
28
29
29
Follow these steps to create the app registration:
0 commit comments