<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NRF Cloud &amp;amp; Developer account</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102249/nrf-cloud-developer-account</link><description>Hi, 
 I would like some clarification regarding the use of a developper account. I generated a Service Evaluation Token, tested with some queries, everything works. 
 Now, i want to generate JWTs for each of my devices. I provisioned the device on the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Aug 2023 12:06:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102249/nrf-cloud-developer-account" /><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/439908?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 12:06:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7fdf982-1021-44e7-9e58-3a4fcf4b8944</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;That is great news!&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/439897?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 11:31:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c60aa8b-3aa2-49b9-bc0a-e1b3b0ee2171</guid><dc:creator>Alskandar</dc:creator><description>&lt;p&gt;Thanks, i use jwt_generate with parameters, it works fine ! All is good !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/438607?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 17:02:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8d1ac2f9-0da4-499f-a579-1f1ae95b1672</guid><dc:creator>justin</dc:creator><description>&lt;p&gt;&lt;em&gt;How then to retrieve JWT ?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You can use the AT command directly, but you must ensure that the parameters are correct.&lt;br /&gt;See&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/nrf_cloud.html#c.nrf_cloud_jwt_generate"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/networking/nrf_cloud.html#c.nrf_cloud_jwt_generate&lt;/a&gt;&amp;nbsp;for generating JWTs to be used with the nRF Cloud REST API.&lt;br /&gt;It will create the JWT using the private key in the configured modem sec tag (CONFIG_&lt;span&gt;NRF_CLOUD_SEC_TAG).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Note that you do not need to both provision your device AND register a public key. See the use case explanation in&amp;nbsp;&lt;a href="https://api.nrfcloud.com/v1#tag/IP-Devices/operation/RegisterPublicKeys"&gt;https://api.nrfcloud.com/v1#tag/IP-Devices/operation/RegisterPublicKeys&lt;/a&gt;.&lt;br /&gt;The private key stored in your device must correspond to the public key provided to nRF Cloud.&lt;br /&gt;When creating a JWT on the device, you must use the sec tag where that private key is stored.&lt;/p&gt;
&lt;p&gt;Have a look at the following sample for an example of using REST locations services from the device:&lt;br /&gt;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/cellular/nrf_cloud_rest_cell_location/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/cellular/nrf_cloud_rest_cell_location/README.html&lt;br /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The function&amp;nbsp;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;nrf_cloud_rest_location_get&lt;/span&gt; does the REST API call and the JWT is generated automatically.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;br /&gt;Is it possible with a developper account to perform location requests (gps) with JWTs for each device ?&lt;br /&gt;&lt;br /&gt;&lt;/em&gt;Yes, developer accounts get 500 requests per month.&lt;br /&gt;&lt;a href="https://docs.nrfcloud.com/AccountAndTeamManagement/Plans/PlanOverview.html?h=plans#developer"&gt;https://docs.nrfcloud.com/AccountAndTeamManagement/Plans/PlanOverview.html?h=plans#developer&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/438472?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 09:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0eaf2226-42d5-419d-bc50-244e5580f874</guid><dc:creator>Alskandar</dc:creator><description>&lt;p&gt;I read and undestand but it doesn&amp;#39;t help me.&lt;/p&gt;
&lt;p&gt;My team ID -&amp;gt;&amp;nbsp;dffc559c-67fa-496f-86e6-298de6fd7cf8&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;I did the steps:&lt;/p&gt;
&lt;p&gt;1. ProvisionDevices -&amp;gt; OK&lt;br /&gt;2. RegisterPublicKeys -&amp;gt; OK&lt;/p&gt;
&lt;p&gt;But i can&amp;#39;t generate the good JWT for interfacing all.&lt;/p&gt;
&lt;p&gt;On first step, what should i put in Private Key ? I tested with the CA Certificare *.prv.pem&lt;/p&gt;
&lt;p&gt;On 2nd step, i tested with generated files (private_key.pem).&lt;/p&gt;
&lt;p&gt;None of these generated JWT works.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t undestand what i&amp;#39;m doing wrong.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/438451?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 08:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dddcba2-0deb-4bdb-a7c1-fc44baad4381</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;There is some more &lt;a href="https://docs.nrfcloud.com/APIs/REST/RESTOverview.html#jwt"&gt;information on JWT in the nRF Cloud REST API documentation&lt;/a&gt;. Does this help for you?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="Alskandar"]What is Tenant ID ?[/quote]
&lt;p&gt;Sorry,&amp;nbsp;&lt;span&gt;The &lt;a href="https://docs.nrfcloud.com/AccountAndTeamManagement/Teams/TeamsOverview.html?h=tenant#team-id"&gt;team ID is referred to as the&amp;nbsp;&lt;/a&gt;&lt;/span&gt;&lt;a href="https://docs.nrfcloud.com/AccountAndTeamManagement/Teams/TeamsOverview.html?h=tenant#team-id"&gt;&lt;em&gt;&lt;mark&gt;tenant&lt;/mark&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;ID&lt;/em&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;in the response of a call to the&amp;nbsp;&lt;/span&gt;&lt;a href="https://api.nrfcloud.com/v1/#operation/FetchAccountInfo"&gt;&lt;code&gt;FetchAccountInfo&lt;/code&gt;&lt;/a&gt;&lt;span&gt;&amp;nbsp;endpoint and some other endpoints.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/438421?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 07:00:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e945176f-05c7-4130-8a2b-ab2f5453148b</guid><dc:creator>Alskandar</dc:creator><description>&lt;p&gt;What is Tenant ID ?&lt;/p&gt;
&lt;p&gt;I test, per example, with this one:&amp;nbsp;&lt;span&gt;50345835-3031-4ea3-80b2-1c2367baac04&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF Cloud &amp; Developer account</title><link>https://devzone.nordicsemi.com/thread/438412?ContentTypeID=1</link><pubDate>Thu, 27 Jul 2023 06:05:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8680ff24-da5c-4988-8572-cca490281422</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;During the summer season, our workforce is currently operating with reduced staff levels throughout the company, which may lead to slight delays in our response time as we await additional resources. Rest assured, we are actively addressing all issues and working diligently to resolve them promptly.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;Could you please include some information on your account i.e. Tenant ID and Device ID.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>