熟女俱乐部五十路二区av,又爽又黄禁片视频1000免费,国产卡一卡二卡三无线乱码新区,中文无码一区二区不卡αv,中文在线中文a

"); //-->

博客專欄

EEPW首頁 > 博客 > What is JWT x.509 Certificate Chain (x5c)?

What is JWT x.509 Certificate Chain (x5c)?

發(fā)布人:電子禪石 時間:2024-04-08 來源:工程師 發(fā)布文章
What is JWT x.509 Certificate Chain (x5c)?
In the JSON Web Token (JWT) standard, the "x5c" (x.509 certificate chain) 
claim is an array of strings that contains the x.509 certificate chain 
that was used to verify the digital signature of the JWT. 
This is used to verify the authenticity and integrity of the JWT, 
and to prevent JWT token abuse. The "x5c" claim is an optional claim, 
but it is recommended that it be included in the JWT if it is available. 
The value of the "x5c" claim must be an array of strings that 
contains the x.509 certificate chain, 
in order from the root certificate authority to the signing certificate. 
The authorization server can then use the "x5c" claim to verify the validity 
of the JWT, and to determine which certificate chain was used to 
verify the digital  signature of the JWT. 
This can be used to implement JWT signing certificate policies, 
and to prevent JWT token abuse.


*博客內容為網友個人發(fā)布,僅代表博主個人觀點,如有侵權請聯系工作人員刪除。



關鍵詞: jwt

技術專區(qū)

關閉