JSON Web Token 格式
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
SAS Portal API 有兩種使用 JSON Web Token (JWT) 的方式:
- 輔助 CPI 身分驗證程序。
- 允許非 PBI 協助安裝需要安裝 CPI 的 CBSD。
在 CPI 身分驗證程序期間,CPI 會要求您透過 SAS Portal API 產生的密鑰建立 JWT。在這種情況下,CPI 會使用其私密金鑰來建立 JWT。
或者,非單次安裝出價軟體可以使用 SAS Portal API,透過 CPI 建立的 JWT 建立裝置設定。在這個情況下,JWT 含有 CBSD 註冊參數,而 CPI 會使用其私密金鑰來建立 JWT。
JSON Web Signature (JWS) 標準定義於 RFC 7515,而 SAS Portal API 支援 ES256 和 RS256 簽名演算法。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間: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"]],["上次更新時間: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."]]],[]]