<?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 Okta Integration Qlik SaaS: Not receiving group claim under mapped claims in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2438054#M20327</link>
    <description>&lt;P&gt;using the diagnose claim link:&amp;nbsp;/api/v1/diagnose-claims I do not see the group claim under mapped claims.&amp;nbsp; is this a configuration issue with Okta? What are some troubleshooting steps?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 17:01:30 GMT</pubDate>
    <dc:creator>mgranillo</dc:creator>
    <dc:date>2024-04-04T17:01:30Z</dc:date>
    <item>
      <title>Okta Integration Qlik SaaS: Not receiving group claim under mapped claims</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2438054#M20327</link>
      <description>&lt;P&gt;using the diagnose claim link:&amp;nbsp;/api/v1/diagnose-claims I do not see the group claim under mapped claims.&amp;nbsp; is this a configuration issue with Okta? What are some troubleshooting steps?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2438054#M20327</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-04-04T17:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Okta Integration Qlik SaaS: Not receiving group claim under mapped claims</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2438065#M20328</link>
      <description>&lt;P&gt;It could be on either side. In the&amp;nbsp;&lt;STRONG&gt;diagnose-claims&lt;/STRONG&gt; endpoint, you will see two sections:&amp;nbsp;&lt;STRONG&gt;claimsFromIdp&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;mappedClaims&lt;/STRONG&gt;. The&amp;nbsp;&lt;STRONG&gt;claimsFromIdp&lt;/STRONG&gt; section will enumerate the information sent from the Identity Provider. The&amp;nbsp;&lt;STRONG&gt;mappedClaims&lt;/STRONG&gt; section will enumerate how the Tenant is configured to inteprete these claims. Let's take an example from a tenant of mine:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
	&amp;lt;... truncated these details ...&amp;gt;
  },
  "claimSource": "id-token",
  "claimsFromIdp": {
	&amp;lt;... truncated these details ...&amp;gt;
    "groups": [
      "Domain Admins",
      "Domain Users",
      "Qlik Sense Tenant Admins",
      "Qlik Users",
      "Enterprise Architects",
      "Presales"
    ],
	&amp;lt;... truncated these details ...&amp;gt;
    "winaccountname": "QLIK-POC\\ltu",
	&amp;lt;... truncated these details ...&amp;gt;
  },
  "mappedClaims": {
    "sub": "QLIK-POC\\ltu",
	&amp;lt;... truncated these details ...&amp;gt;
    "groups": [
      "Domain Admins",
      "Domain Users",
      "Qlik Sense Tenant Admins",
      "Qlik Users",
      "Enterprise Architects",
      "Presales"
    ],
	&amp;lt;... truncated these details ...&amp;gt;
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this example, we have two claims from the IDP:&amp;nbsp;&lt;STRONG&gt;winaccountname&lt;/STRONG&gt; and&amp;nbsp;&lt;STRONG&gt;groups&lt;/STRONG&gt;. My Qlik config is as so:&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Levi_Turner_0-1712251591078.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/163488iEBB546280F36D606/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Levi_Turner_0-1712251591078.png" alt="Levi_Turner_0-1712251591078.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So in this example, I am telling Qlik to consume the claim named&amp;nbsp;&lt;STRONG&gt;groups&lt;/STRONG&gt; and map it to the user's groups. For the claim&amp;nbsp;&lt;STRONG&gt;winaccountname&lt;/STRONG&gt;, I am telling Qlik to map it to the user's&amp;nbsp;&lt;STRONG&gt;sub&lt;/STRONG&gt; (or subject).&lt;/P&gt;
&lt;P&gt;Back to your question. If you don't see the groups in the&amp;nbsp;&lt;STRONG&gt;claimsFromIdp&lt;/STRONG&gt; section, Okta isn't sending this information. If you are seeing this information in the&amp;nbsp;&lt;STRONG&gt;claimsFromIdp&lt;/STRONG&gt; section, then configure the IDP in Qlik to map to the&amp;nbsp;name of the claim from the IDP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 17:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2438065#M20328</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-04-04T17:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Okta Integration Qlik SaaS: Not receiving group claim under mapped claims</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2447156#M20448</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 managed to get the group claims coming through.&amp;nbsp; The key for us was calling out the group in the advanced section scope per this comment on the original article: "&lt;SPAN&gt;we found another piece that may be missing.&amp;nbsp; For us, we needed to expand the Advanced Options on the Qlik setup and add "groups" into the scope even though we mapped it correctly in the claims section.&amp;nbsp; Without this we weren't pulling in any groups through Okta to our tenant."&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Is it abnormal to need to call it out in the scope? Wondering what the driver is here and why it's not called out in the main article.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 16:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2447156#M20448</guid>
      <dc:creator>mgranillo</dc:creator>
      <dc:date>2024-04-30T16:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Okta Integration Qlik SaaS: Not receiving group claim under mapped claims</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2447176#M20451</link>
      <description>&lt;P&gt;It looks like Okta requires that scope to retrieve that information (ref&amp;nbsp;&lt;A href="https://developer.okta.com/docs/guides/customize-tokens-groups-claim/main/#request-an-id-token-that-contains-the-groups-claim" target="_blank"&gt;https://developer.okta.com/docs/guides/customize-tokens-groups-claim/main/#request-an-id-token-that-contains-the-groups-claim&lt;/A&gt;) although I am sure there is variability / configurability on the Okta side. It's a fair point to call this out about the docs, I'll see about pinging the individuals who own them to see about updating them.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 17:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Okta-Integration-Qlik-SaaS-Not-receiving-group-claim-under/m-p/2447176#M20451</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-04-30T17:44:54Z</dc:date>
    </item>
  </channel>
</rss>

