Skip to content

Commit

Permalink
增加客户端认证说明
Browse files Browse the repository at this point in the history
  • Loading branch information
vanjoge committed Nov 13, 2023
1 parent 5474aef commit 105aa1b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ClientAuth.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
* [主动安全附件服务](#主动安全附件服务)
* [接入流程](#接入流程)
* [附件上传完成通知](#附件上传完成通知)
* [kafka通知](#kafka通知)
* [阿里云OSS通知](#阿里云OSS通知)
* [客户端认证](#客户端认证)
* [Ctag](#Ctag)
* [一次性Token认证](#一次性Token认证)
* [RSA加密时间戳认证](#RSA加密时间戳认证)

# 客户端认证
RTVS的客户端和服务端默认情况下并没有做验证,只要知道服务端的地址和端口后即可请求。如果需要拦截掉未授权的请求,可以有以下几种方式。
Expand Down Expand Up @@ -33,7 +32,7 @@ token: "一次性Token",
## RSA加密时间戳认证
启用ClientAuth后,RTVS支持RSA加密时间戳认证,tokenType 2。

需要一对RSA证书,加密过程如下:
此方法与一次性Token认证相比可以减少与RTVS接口交互次数,需要一对RSA证书,加密过程如下:
```
//加密过程
//1.取当前UTC时间戳(秒) 转换为二进制数据(8字节 无符号 高位在前)
Expand Down

0 comments on commit 105aa1b

Please sign in to comment.