<?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: Passing Multiple Roles via the User API (Okta Integration) in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427258#M20101</link>
    <description>&lt;P&gt;For this tenant? Yes. We've set it up so that everyone who logs in get those roles.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Levi_Turner_0-1709653371912.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161338i6458D1384CD50799/image-size/large?v=v2&amp;amp;px=999" role="button" title="Levi_Turner_0-1709653371912.png" alt="Levi_Turner_0-1709653371912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You're obviously able to change that to your requirements.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 15:43:13 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2024-03-05T15:43:13Z</dc:date>
    <item>
      <title>Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2422971#M20002</link>
      <description>&lt;P&gt;Does the users API support sending multiple roles on a user create post call? The documentation only shows an example with one name in assignedRoles.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 14:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2422971#M20002</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-02-23T14:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2423021#M20003</link>
      <description>&lt;P&gt;Sure. Example body:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
  "name": "John Smith",
  "email": "john.smith@corp.example",
  "picture": "https://corp.example/docs/jsmith.png",
  "subject": "1234asdasa6789",
  "assignedRoles": [
    {
      "name": "Developer"
    },
    {
      "name": "TenantAdmin"
    }
  ]
}&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 23 Feb 2024 16:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2423021#M20003</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-02-23T16:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2423086#M20008</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;thanks for the response. Do you know if the role ID is required in the post call?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 20:46:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2423086#M20008</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-02-23T20:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2423088#M20009</link>
      <description>&lt;P&gt;No, just the role name. The above call results in this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Levi_Turner_0-1708721393818.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/160588i85F574A8BEDBA379/image-size/large?v=v2&amp;amp;px=999" role="button" title="Levi_Turner_0-1708721393818.png" alt="Levi_Turner_0-1708721393818.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(the other roles are auto-assigned by the system, which is optional, of course).&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 20:50:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2423088#M20009</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-02-23T20:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427250#M20100</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;I was taking a closer look at the image you sent and noticed a lot of roles showing in the permissions overview. Why does the permissions overview not just say "tenant admin" and "developer"? There are lost of other permissions listed like "autoML contributor" and "automation creator", etc. Are those defaults for every user?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427250#M20100</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-03-05T15:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427258#M20101</link>
      <description>&lt;P&gt;For this tenant? Yes. We've set it up so that everyone who logs in get those roles.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Levi_Turner_0-1709653371912.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/161338i6458D1384CD50799/image-size/large?v=v2&amp;amp;px=999" role="button" title="Levi_Turner_0-1709653371912.png" alt="Levi_Turner_0-1709653371912.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You're obviously able to change that to your requirements.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 15:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427258#M20101</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-03-05T15:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427324#M20104</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;sorry for one more question. We're getting a 403 error:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The traceId for the error in the json body returned&amp;nbsp;&lt;/P&gt;
&lt;P&gt;a2e44e1bdbf445f5d676197e063dc385&lt;/P&gt;
&lt;P&gt;Can you provide any guidance on a root cause of this type of error? Where could we be missing permissions?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 17:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427324#M20104</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-03-05T17:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427350#M20108</link>
      <description>&lt;P&gt;403 is a post-authentication denial for permission reasons, so your user (who created the API key or the Oauth identity) isn't authorized to perform this action.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 19:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2427350#M20108</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-03-05T19:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multiple Roles via the User API (Okta Integration)</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2447163#M20449</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/47469"&gt;@Levi_Turner&lt;/a&gt;&amp;nbsp;we decided to manage roles in the QMC and not send roles from Okta.&amp;nbsp; Management falls to the Qlik admin instead of our access team but that's okay for us. Thanks for your comments on this post.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 16:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Passing-Multiple-Roles-via-the-User-API-Okta-Integration/m-p/2447163#M20449</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-04-30T16:43:48Z</dc:date>
    </item>
  </channel>
</rss>

