JSON 网络令牌格式
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
SAS 门户 API 以两种方式使用 JSON 网络令牌 (JWT):
- 协助完成 CPI 身份验证。
- 允许非 CPI 帮助安装需要 CPI 安装的 CBSD。
在 CPI 身份验证期间,CPI 会要求根据 SAS Portal API 生成的 Secret 创建 JWT。在本例中,CPI 使用其私钥来创建 JWT。
或者,非 CPI 也可以使用 SAS Portal API 根据 CPI 创建的 JWT 创建设备配置。在这种情况下,JWT 包含 CBSD 注册参数,而 CPI 使用其私钥来创建 JWT。
JSON Web Signature (JWS) 标准在 RFC 7515 中定义,并且 SAS Portal API 支持 ES256 和 RS256 签名算法。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-26。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2022-09-26。"],[[["The SAS Portal API utilizes JSON Web Tokens (JWTs) for CPI identity validation and to enable non-CPIs to assist in CBSD installations requiring CPI involvement."],["During CPI identity validation, the CPI generates a JWT using a secret from the SAS Portal API and their private key."],["Non-CPIs can utilize the SAS Portal API to create device configurations from a CPI-generated JWT containing CBSD registration parameters, signed with the CPI's private key."],["The SAS Portal API adheres to the JSON Web Signature (JWS) standard (RFC 7515) and supports ES256 and RS256 signature algorithms."]]],[]]