Skip to content

Commit 8206426

Browse files
authored
Update authentication.md
1 parent 8e1f508 commit 8206426

File tree

1 file changed

+5
-58
lines changed

1 file changed

+5
-58
lines changed
Lines changed: 5 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,8 @@
11
# Authentication
22

3-
When used with Xray, JFrog CLI offers several means of authentication: JFrog CLI does not support accessing Xray without
4-
authentication.
5-
6-
#### Authenticating with Username and Password
7-
8-
To authenticate yourself using your Xray login credentials, either configure your credentials once using the
9-
_**jf c add**_ command or provide the following option to each command.
10-
11-
<table>
12-
<thead>
13-
<tr>
14-
<th width="424.5">Command Option</th>
15-
<th>Description</th>
16-
</tr>
17-
</thead>
18-
<tbody>
19-
<tr>
20-
<td>--url</td>
21-
<td>JFrog Xray API endpoint URL. It usually ends with /xray</td>
22-
</tr>
23-
<tr>
24-
<td>--user</td>
25-
<td>JFrog username</td>
26-
</tr>
27-
<tr>
28-
<td>--password</td>
29-
<td>JFrog password</td>
30-
</tr>
31-
</tbody>
32-
</table>
33-
34-
#### Authenticating with an Access Token
35-
36-
To authenticate yourself using an Xray Access Token, either configure your Access Token once using the _**jf c add**_
37-
command or provide the following option to each command.
38-
39-
<table>
40-
<thead>
41-
<tr>
42-
<th width="218.5">Command Option</th>
43-
<th>Description</th>
44-
</tr>
45-
</thead>
46-
<tbody>
47-
<tr>
48-
<td>--url</td>
49-
<td>JFrog Xray API endpoint URL. It usually ends with /xray</td>
50-
</tr>
51-
<tr>
52-
<td>--access-token</td>
53-
<td>JFrog access token</td>
54-
</tr>
55-
</tbody>
56-
</table>
57-
58-
***
59-
60-
3+
**The JFrog Security documentation has a new home!**\
4+
You can now find it [here](https://jfrog.com/help/p/security-home), including sections on:
615

6+
* [CLI](https://jfrog.com/help/r/jfrog-security-user-guide/developers/cli)
7+
* [Frogbot](https://jfrog.com/help/r/jfrog-security-user-guide/developers/frogbot)
8+
* [IDEs](https://jfrog.com/help/r/jfrog-security-user-guide/developers/ides)

0 commit comments

Comments
 (0)