博客专栏

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

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

发布人:电子禅石 时间:2024-04-08 来源:工程师 发布文章
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.


*博客内容为网友个人发布,仅代表博主个人观点,如有侵权请联系工作人员删除。



关键词:jwt

技术专区

关闭