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
Dark Web Insights can identify vulnerabilities across all employees in an organization, even employees who don't have a Dashlane account yet.
8
8
It does this by monitoring the dark web for employee email addresses to find domain-wide breaches and by scanning the web for any compromised organization information.
@@ -10,24 +10,23 @@ The first step is to login with the personal account ([follow this guide](../per
10
10
11
11
## Generate credentials
12
12
13
-
<AdminBanner />
13
+
<AdminFeatureBanner />
14
14
15
-
```sh copy
16
-
dcli t credentials generate
17
-
```
15
+
You will first need to access the Dashlane Admin Console. From there, navigate to Integrations > [Developer Access](https://universal.dashlane.com/developer-access) page to generate your CLI key with the desired scope(s) and expiration date (of maximum 12 months).
18
16
19
-
You will be prompted with a variable to export in your environment. Simply copy/paste it in your terminal.
17
+
After generating the key, you will receive a variable to export in your environment. Simply copy/paste it in your terminal.
You can ensure that the variable is correctly set by running:
@@ -46,16 +45,12 @@ Make sure you save the generated secret in a safe place (use a secure note for i
46
45
47
46
## List credentials
48
47
49
-
<AdminBanner />
48
+
<AdminFeatureBanner />
50
49
51
-
```sh copy
52
-
dcli t credentials list
53
-
```
50
+
Go to the [Developer Access](https://universal.dashlane.com/developer-access) page in the Admin Console to see the list of credentials created across your organization.
54
51
55
52
## Revoke credentials
56
53
57
-
<AdminBanner />
54
+
<AdminFeatureBanner />
58
55
59
-
```sh copy
60
-
dcli t credentials revoke <DASHLANE_TEAM_ACCESS_KEY>
61
-
```
56
+
From the [Developer Access](https://universal.dashlane.com/developer-access) page in the Admin Console, you can easily revoke any previously generated credentials.
<Calloutemoji="💡">This command needs team credentials to be used. See <Linkhref='/business'style={{textDecoration: 'underline'}}>team credentials generation</Link>.</Callout>
6
+
<Calloutemoji="💡">This command needs CLI keys to be used. See <Linkhref='/business'style={{textDecoration: 'underline'}}>CLI keys generation</Link>.</Callout>
7
7
);
8
8
};
9
9
10
10
exportconstAdminBanner=()=>{
11
11
return(
12
12
<Calloutemoji="🔒">This command is only available to team administrators.</Callout>
13
13
);
14
+
};
15
+
16
+
exportconstAdminFeatureBanner=()=>{
17
+
return(
18
+
<Calloutemoji="🔒">This feature is only available to team administrators.</Callout>
0 commit comments