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: exchange/docs-conceptual/app-only-auth-powershell-v2.md
+14-3Lines changed: 14 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,18 @@ You need to assign the API permission `Exchange.ManageAsApp` so the application
145
145
146
146
Create a self-signed x.509 certificate using one of the following methods:
147
147
148
-
- (Recommended) Use the [New-SelfSignedCertificate](https://docs.microsoft.com/powershell/module/pkiclient/new-selfsignedcertificate) and [Export-PfxCertificate](https://docs.microsoft.com/powershell/module/pkiclient/export-pfxcertificate) cmdlets to request a self-signed certificate and export it to PFX.
148
+
- (Recommended) Use the [New-SelfSignedCertificate](https://docs.microsoft.com/powershell/module/pkiclient/new-selfsignedcertificate), [Export-Certificate](https://docs.microsoft.com/powershell/module/pkiclient/export-certificate) and [Export-PfxCertificate](https://docs.microsoft.com/powershell/module/pkiclient/export-pfxcertificate) cmdlets to request a self-signed certificate and export it to `.cer` and `.pfx`.
- Use the [Create-SelfSignedCertificate script](https://github.com/SharePoint/PnP-Partner-Pack/blob/master/scripts/Create-SelfSignedCertificate.ps1). Note that this script generates SHA1 certificates.
151
162
@@ -155,7 +166,7 @@ Create a self-signed x.509 certificate using one of the following methods:
155
166
156
167
## Step 4: Attach the certificate to the Azure AD application
157
168
158
-
After you register the certificate with your application, you can use the public key (.pfx file) or the thumbprint for authentication.
169
+
After you register the certificate with your application, you can use the public key (`.pfx` file) or the thumbprint for authentication.
159
170
160
171
1. In the Azure AD portal under **Manage Azure Active Directory**, click **View**.
161
172
@@ -169,7 +180,7 @@ After you register the certificate with your application, you can use the public
0 commit comments