<?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>question Retrict specific Users to OAuth Registry in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191485#M2343</link>
    <description>&lt;P&gt;Hello Community,&lt;BR /&gt;&lt;BR /&gt;How to limit only specific users to get the OAuth access&lt;BR /&gt;Users with "Integration_user" role only need to get accesss&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prasad N&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 28 Feb 2025 04:58:03 GMT</pubDate>
    <dc:creator>daiva</dc:creator>
    <dc:date>2025-02-28T04:58:03Z</dc:date>
    <item>
      <title>Retrict specific Users to OAuth Registry</title>
      <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191485#M2343</link>
      <description>&lt;P&gt;Hello Community,&lt;BR /&gt;&lt;BR /&gt;How to limit only specific users to get the OAuth access&lt;BR /&gt;Users with "Integration_user" role only need to get accesss&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prasad N&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 04:58:03 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191485#M2343</guid>
      <dc:creator>daiva</dc:creator>
      <dc:date>2025-02-28T04:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retrict specific Users to OAuth Registry</title>
      <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191497#M2344</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/704709"&gt;@daiva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there is no explicit requirement to restrict as the token gets generated either via Flow or script&lt;/P&gt;
&lt;P&gt;What's your business requirement?&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 05:07:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191497#M2344</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-02-28T05:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Retrict specific Users to OAuth Registry</title>
      <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191683#M2346</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We are using OAuth 2.0 for a scripted REST API.&amp;nbsp;&lt;BR /&gt;I want to limit who can generate the token to a specific number of users.&lt;BR /&gt;&lt;BR /&gt;With a client ID and secret, anyone in our company can now generate the token.&lt;BR /&gt;We wish to keep the API at a higher level of security.&lt;BR /&gt;We want to do the above configuration even though we are using ACL.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prasad N&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 08:05:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191683#M2346</guid>
      <dc:creator>daiva</dc:creator>
      <dc:date>2025-02-28T08:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Retrict specific Users to OAuth Registry</title>
      <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191723#M2347</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/704709"&gt;@daiva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can add ACL on oauth_credential table&lt;/P&gt;
&lt;P&gt;check this link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0783632" target="_blank" rel="noopener"&gt;Non-admin users cannot retrieve OAuth token from OAuth Credentials table to make outbound REST call&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 08:44:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191723#M2347</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-02-28T08:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Retrict specific Users to OAuth Registry</title>
      <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191828#M2348</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have read that Article and created the policy Similar&amp;nbsp;&lt;BR /&gt;But it is not working.&amp;nbsp;&lt;BR /&gt;May i know why was that happpening?&lt;BR /&gt;Or can u please give me a step-by-step guide to configure the policy.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 10:17:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3191828#M2348</guid>
      <dc:creator>daiva</dc:creator>
      <dc:date>2025-02-28T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Retrict specific Users to OAuth Registry</title>
      <link>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3193295#M2360</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/704709"&gt;@daiva&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for marking my response as helpful.&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 07:16:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/retrict-specific-users-to-oauth-registry/m-p/3193295#M2360</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-03-03T07:16:19Z</dc:date>
    </item>
  </channel>
</rss>

