JSON वेब टोकन फ़ॉर्मैट
एसएएस पोर्टल एपीआई, JSON वेब टोकन (JWTs) का इस्तेमाल इन दो तरीकों से करता है:
- सीपीआई की पहचान की पुष्टि में मदद करने के लिए.
- उन सीपीआई को इंस्टॉल करने के लिए जो सीपीआई इंस्टॉल करने की ज़रूरत होती है, बिना सीपीआई वाले विज्ञापन दिखाने की अनुमति देना.
सीपीआई की पहचान की पुष्टि के दौरान, सीपीआई को SAS पोर्टल एपीआई से जनरेट किए गए सीक्रेट से एक JWT बनाने के लिए कहा जाता है. ऐसी स्थिति में, सीपीआई JWT बनाने के लिए अपनी निजी कुंजी का इस्तेमाल करती है.
इसके अलावा, सीपीआई के बिना बनाए गए JWT से डिवाइस कॉन्फ़िगरेशन बनाने के लिए, SAS पोर्टल एपीआई का इस्तेमाल भी किया जा सकता है. इस मामले में, JWT में सीबीडी रजिस्ट्रेशन पैरामीटर शामिल होते हैं और सीपीआई, JWT बनाने के लिए अपनी निजी कुंजी का इस्तेमाल करती है.
JSON वेब सिग्नेचर (JWS) स्टैंडर्ड को
RFC 7515 में बताया गया है और SAS पोर्टल एपीआई पर ES256 और RS256 हस्ताक्षर एल्गोरिदम काम करते हैं.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-09-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2022-09-26 (UTC) को अपडेट किया गया."],[[["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."]]],["JWTs are used within the SAS Portal API for CPI identity validation and to enable non-CPIs to assist with installing CBSDs requiring CPI installation. CPIs create JWTs using their private keys for both purposes. During identity validation, they create a JWT from a SAS Portal API-generated secret. For non-CPI assistance, they create JWTs containing CBSD registration parameters. The API utilizes the JWS standard (RFC 7515) and supports ES256 and RS256 signature algorithms.\n"]]