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: concepts/security-ediscovery-appauthsetup.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Implement app-only access using Microsoft Graph API to ensure secure and efficie
18
18
19
19
### Enhancing security and compliance
20
20
21
-
App-only access enhances the security landscape of Purview eDiscovery by implementing robust authentication protocols that standard user credentials can't match. By using Application (client) IDs and certificates for authentication, we minimize the risk of credential theft, which is a common vulnerability in standard authentication methods. This approach not only secures the application against unauthorized access but also ensures that the data integrity is maintained during the eDiscovery process.
21
+
App-only access enhances the security landscape of Purview eDiscovery by implementing robust authentication protocols that standard user credentials can't match. By using application (client) IDs and certificates for authentication, we minimize the risk of credential theft, which is a common vulnerability in standard authentication methods. This approach not only secures the application against unauthorized access but also ensures that the data integrity is maintained during the eDiscovery process.
22
22
23
23
### Streamlining access and integration
24
24
@@ -32,13 +32,13 @@ Implementing app-only access involves registering the app in Azure portal, creat
32
32
33
33
1. To begin, navigate to the Azure portal and sign in with your Microsoft account.
34
34
35
-
2.Access the **Microsoft Entra ID**section on the left side.
35
+
2.Select **Microsoft Entra ID** on the left side of the Azure portal.
36
36
37
37
3. Expand **App registrations** on the left side of the Azure portal and select **New registration**.
38
38
39
39
4. Provide a meaningful name for your application and select register to create your new app registration. This process will generate essential details such as the Application (client) ID and Directory (tenant) ID, which are crucial for future steps.
40
40
41
-
5.You can now see the newly created app registration and the details.
41
+
You can now see the newly created app registration and the details.
42
42
43
43

44
44
@@ -48,7 +48,7 @@ Now that your app is registered, expand **Manage** on the left of the Azure port
48
48
49
49
For a client secret, select **New client secret**, add a description, and select **Add** to save it. Make sure to copy and securely store the secret value for authentication later. Otherwise, you may have to create a new secret.
50
50
51
-
You can optionally upload a certificate to use along with the App ID for automation purposes.
51
+
You can optionally upload a certificate to use along with the application ID for automation purposes.
52
52
53
53

0 commit comments