<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to administer Client IDs for Rest API in Viya 4 in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856481#M25873</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/216406"&gt;@AreSivertsen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can list all clients and their properties by making a GET request to &amp;lt;viya-host&amp;gt;/SASLogon/oauth/clients.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Deleting a client is done by making a DELETE request to &amp;lt;viya-host&amp;gt;/SASLogon/oauth/clients/&amp;lt;client-id&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, David&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 15:24:32 GMT</pubDate>
    <dc:creator>DavidHD</dc:creator>
    <dc:date>2023-01-31T15:24:32Z</dc:date>
    <item>
      <title>How to administer Client IDs for Rest API in Viya 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856476#M25872</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Version 2023.01&lt;BR /&gt;We have configured a REST API solution and on the way we have created several clientID/clientsecrets. How can we adminster these clientid's.&lt;BR /&gt;Some of them we want to delete, often we want to make a change. I can't even find a way to list them :- )&lt;BR /&gt;&lt;BR /&gt;Hope for an answer&lt;BR /&gt;Are Sivertsen&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 15:07:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856476#M25872</guid>
      <dc:creator>AreSivertsen</dc:creator>
      <dc:date>2023-01-31T15:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to administer Client IDs for Rest API in Viya 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856481#M25873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/216406"&gt;@AreSivertsen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can list all clients and their properties by making a GET request to &amp;lt;viya-host&amp;gt;/SASLogon/oauth/clients.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Deleting a client is done by making a DELETE request to &amp;lt;viya-host&amp;gt;/SASLogon/oauth/clients/&amp;lt;client-id&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best, David&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 15:24:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856481#M25873</guid>
      <dc:creator>DavidHD</dc:creator>
      <dc:date>2023-01-31T15:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to administer Client IDs for Rest API in Viya 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856483#M25874</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/216406"&gt;@AreSivertsen&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/336811"&gt;@DavidHD&lt;/a&gt;&amp;nbsp;beat me to the answer. I'll add a link to the &lt;A href="https://developer.sas.com/apis/rest/CoreServices/#operations-6" target="_self"&gt;SAS Logon API doc&lt;/A&gt; for reference. You will see all of the client end points defined.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 15:35:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/856483#M25874</guid>
      <dc:creator>joeFurbee</dc:creator>
      <dc:date>2023-01-31T15:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to administer Client IDs for Rest API in Viya 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/857325#M25908</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;Thank you both. This solved it&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;Are&lt;/P&gt;</description>
      <pubDate>Mon, 06 Feb 2023 09:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/857325#M25908</guid>
      <dc:creator>AreSivertsen</dc:creator>
      <dc:date>2023-02-06T09:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to administer Client IDs for Rest API in Viya 4</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/857540#M25921</link>
      <description>&lt;P&gt;It is already solved. Just want to mention, that there is a sas-viya CLI, see here for doc&lt;/P&gt;
&lt;P&gt;&lt;A href="https://go.documentation.sas.com/doc/en/sasadmincdc/v_036/calauthmdl/n1iyx40th7exrqn1ej8t12gfhm88.htm#p0y5rjxym56jt2n1urv9wqknquzy" target="_blank"&gt;https://go.documentation.sas.com/doc/en/sasadmincdc/v_036/calauthmdl/n1iyx40th7exrqn1ej8t12gfhm88.htm#p0y5rjxym56jt2n1urv9wqknquzy&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Feb 2023 13:27:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-administer-Client-IDs-for-Rest-API-in-Viya-4/m-p/857540#M25921</guid>
      <dc:creator>BrunoMueller</dc:creator>
      <dc:date>2023-02-07T13:27:36Z</dc:date>
    </item>
  </channel>
</rss>

