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
# Customer intent: As developer, I want to know how to register my application with the Microsoft identity platform so that the security token service can issue ID and/or access tokens to client applications that request them.
@@ -116,7 +116,7 @@ You can add both certificates and client secrets (a string) as credentials to yo
116
116
Sometimes called a _public key_, a certificate is the recommended credential type because they're considered more secure than client secrets. For more information about using a certificate as an authentication method in your application, see [Microsoft identity platform application authentication certificate credentials](active-directory-certificate-credentials.md).
117
117
118
118
1. In the Azure portal, in **App registrations**, select your application.
1. Select the file you want to upload. It must be one of the following file types: _.cer_, _.pem_, _.crt_.
121
121
1. Select **Add**.
122
122
@@ -127,7 +127,7 @@ Sometimes called an _application password_, a client secret is a string value yo
127
127
Client secrets are considered less secure than certificate credentials. Application developers sometimes use client secrets during local app development because of their ease of use. However, you should use certificate credentials for any application you have running in production.
128
128
129
129
1. In the Azure portal, in **App registrations**, select your application.
0 commit comments