Skip to content

Commit 9c98fae

Browse files
authored
Update active-directory-develop-scenarios-registration-client-secrets.md
1 parent 5a002d4 commit 9c98fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/active-directory-develop-scenarios-registration-client-secrets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The management of client credentials happens in the **certificates & secrets** p
2929
![image](../articles/active-directory/develop/media/quickstart-update-azure-ad-app-preview/credentials-certificates-secrets-expanded.png)
3030

3131
- the application secret (also named client secret) is generated by Azure AD, during the registration of the confidential client application. This generation happens when you select **New client secret**. At that point, you must copy the secret string in the clipboard for use in your app, before selecting **Save**. This string won't be presented any longer.
32-
- the certificate is uploaded in the application registration using the **Upload certificate** button. Azure AD only support certificates that are directly registered on the application, and do not follow certificate chains.
32+
- the certificate is uploaded in the application registration using the **Upload certificate** button. Azure AD only supports certificates that are directly registered on the application, and do not follow certificate chains.
3333

3434
For details, see [Quickstart: Configure a client application to access web APIs | Add credentials to your application](../articles/active-directory/develop/quickstart-configure-app-access-web-apis.md#add-credentials-to-your-web-application)
3535

@@ -40,4 +40,4 @@ For details, see [Quickstart: Configure a client application to access web APIs
4040
Alternatively, you can register your application with Azure AD using command-line tools. The [active-directory-dotnetcore-daemon-v2](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2) sample shows how to register an application secret or a certificate with an Azure AD application:
4141

4242
- For details on how to register an application secret, see [AppCreationScripts/Configure.ps1](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/blob/5199032b352a912e7cc0fce143f81664ba1a8c26/AppCreationScripts/Configure.ps1#L190)
43-
- For details on how to register a certificate with the application, see [AppCreationScripts-withCert/Configure.ps1](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/blob/5199032b352a912e7cc0fce143f81664ba1a8c26/AppCreationScripts-withCert/Configure.ps1#L162-L178)
43+
- For details on how to register a certificate with the application, see [AppCreationScripts-withCert/Configure.ps1](https://github.com/Azure-Samples/active-directory-dotnetcore-daemon-v2/blob/5199032b352a912e7cc0fce143f81664ba1a8c26/AppCreationScripts-withCert/Configure.ps1#L162-L178)

0 commit comments

Comments
 (0)