JSON ওয়েব টোকেন বিন্যাস
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
JSON ওয়েব টোকেন ( JWTs ) SAS Portal API দ্বারা দুটি উপায়ে ব্যবহার করা হয়:
- CPI পরিচয় যাচাইকরণে সহায়তা করতে।
- নন-সিপিআইগুলিকে সিবিএসডি ইনস্টল করতে সাহায্য করার অনুমতি দেওয়ার জন্য যার জন্য সিপিআই ইনস্টলেশন প্রয়োজন।
সিপিআই পরিচয় যাচাইকরণের সময়, সিপিআইকে এসএএস পোর্টাল এপিআই দ্বারা উত্পন্ন গোপনীয়তা থেকে একটি JWT তৈরি করতে বলা হয়। এই ক্ষেত্রে, CPI JWT তৈরি করতে তাদের ব্যক্তিগত কী ব্যবহার করে।
বিকল্পভাবে, নন-সিপিআইগুলি একটি CPI দ্বারা তৈরি একটি JWT থেকে একটি ডিভাইস কনফিগারেশন তৈরি করতে SAS পোর্টাল API ব্যবহার করতে পারে। এই ক্ষেত্রে, JWT-এ CBSD রেজিস্ট্রেশন প্যারামিটার রয়েছে এবং CPI JWT তৈরি করতে তাদের ব্যক্তিগত কী ব্যবহার করে।
JSON ওয়েব স্বাক্ষর (JWS) মান RFC 7515 এ সংজ্ঞায়িত করা হয়েছে এবং SAS পোর্টাল API ES256 এবং RS256 স্বাক্ষর অ্যালগরিদম সমর্থন করে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-25 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe 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.\u003c/p\u003e\n"],["\u003cp\u003eDuring CPI identity validation, the CPI generates a JWT using a secret from the SAS Portal API and their private key.\u003c/p\u003e\n"],["\u003cp\u003eNon-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.\u003c/p\u003e\n"],["\u003cp\u003eThe SAS Portal API adheres to the JSON Web Signature (JWS) standard (RFC 7515) and supports ES256 and RS256 signature algorithms.\u003c/p\u003e\n"]]],["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"],null,["# JSON Web Token format\n\nJSON Web Tokens ([JWTs](https://jwt.io)) are used\nby the SAS Portal API in two ways:\n\n- To aid with CPI identity validation.\n- To allow non-CPIs to help install CBSDs that require CPI installation.\n\nDuring [CPI identity validation](https://developers.google.com/spectrum-access-system/guides/validation-of-cpi-identity), the CPI is asked to create a JWT from a secret generated by the SAS\nPortal API. In this case, the CPI uses their private key to create the JWT.\n\nAlternatively, non-CPIs may use the SAS Portal API to create a device configuration from a JWT\ncreated by a CPI. In this case, the JWT contains CBSD registration parameters and the CPI uses their\nprivate key to create the JWT.\n\nThe JSON Web Signature (JWS) standard is defined in [RFC 7515](https://tools.ietf.org/html/rfc7515), and the SAS Portal API supports the ES256 and RS256 signature algorithms."]]