Skip to content

Commit 1503fc2

Browse files
authored
Apply suggestions from code review
1 parent 5c755a9 commit 1503fc2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/confidential-ledger/authentication-azure-ad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ In this scenario, an application was sent an Azure AD access token for some arbi
101101

102102
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.
103103

104-
## Next Steps
104+
## Next steps
105105

106106
- [How to register an Azure confidential ledger application with Azure AD](register-application.md)
107107
- [Overview of Microsoft Azure confidential ledger](overview.md)

articles/confidential-ledger/register-application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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
44
services: confidential-ledger
55
author: msmbaldwin
66
ms.service: confidential-ledger
@@ -12,19 +12,19 @@ ms.author: mbaldwin
1212

1313
# How to register an Azure confidential ledger application with Azure AD
1414

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.
1616

1717
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).
1818

1919
## Prerequisites
2020

2121
- 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).
2222
- 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.
2424

2525
## Register an application
2626

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.
2828

2929
Follow these steps to create the app registration:
3030

0 commit comments

Comments
 (0)