<?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>article Qlik Sense: Common error messages when using SAML in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/ta-p/1710339</link>
    <description>&lt;P&gt;This article gives an explanation of some of the common error messages.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 1:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Error 400 - Bad request&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Contact your system administrator. The user cannot be authenticated by the SAML response through the following virtual proxy:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SAML mandatory attribute for user ID is missing&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 3:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAML assertion is expired&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 4:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Error 500 - Internal server error&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Internal server error&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 5:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAML assertion must be encrypted on an unsecured connection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Error 400: Bad request&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This is the most common error message that is encountered when using SAML. It basically means that the SAML request is malformed, missing some mandatory information, or we are encountering a time sync issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Contact your system administrator SAML.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51974i29F694A489FFD394/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Contact your system administrator SAML.png" alt="Contact your system administrator SAML.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Missing Attribute:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The first step to take when this error appears is to check the Servername_Audit_Proxy.txt (&lt;SPAN&gt;C:\Programdata\Qlik\Sense\log\Proxy\Trace&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;QlikServer2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Audit.Proxy.Proxy.SessionEstablishment.Authentication.SAML.SamlAuthenticationHandler&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;47&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;82c8cc12-5bf4-42a5-af04-b8e2c64d5c50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DOMAIN\Administrator&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;SAML mandatory attribute for user ID is missing&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The error is sometimes obvious as in the above example. An attribute is missing.&lt;BR /&gt;&lt;BR /&gt;The second step would be to look into the SAML response and see if the SAML attribute you have set for your user ID is in there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAML Attribute SAML tracer.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51975i7C83AFE68E0274F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAML Attribute SAML tracer.png" alt="SAML Attribute SAML tracer.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Check if you have an element &lt;SPAN&gt;&amp;lt;saml:Attribute ... Name="&lt;STRONG&gt;&lt;I&gt;Nameofyourattribute&lt;/I&gt;&lt;/STRONG&gt;" &amp;gt;&lt;/SPAN&gt; inside the&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;saml:AttributeStatement&amp;gt; &lt;/SPAN&gt;element.&lt;BR /&gt;&lt;BR /&gt;In this example, the attribute we were trying to use for the User ID is Email. We see that it is not present in the &lt;SPAN&gt;&amp;lt;saml:AttributeStatement&amp;gt; &lt;/SPAN&gt;element.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Time sync issue:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Verify that the SAML request is not rejected because it is "&lt;SPAN&gt;expired&lt;/SPAN&gt;" or "&lt;SPAN&gt;SAML assertion is expired&lt;/SPAN&gt;" and also result in "&lt;SPAN&gt;400: Bad request&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;. This can happen if for example an AWS server with Sense installed on it was not configured to automatically update its date/time settings. The time difference between the identity provider and Sense can then lead to the message being rejected.&lt;BR /&gt;&lt;BR /&gt;In this case, adjust time settings accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Error 500: Internal Server error:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;This can have different reasons but the troubleshooting process is similar to the example above.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error 500 Internal Server Error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51976i067E61F85CF41BE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error 500 Internal Server Error.png" alt="Error 500 Internal Server Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In SAML, &lt;SPAN&gt;error 500&lt;/SPAN&gt; usually indicates an error with the certificate used. Either the certificate used is incorrect or does not have the proper Cryptographic Provider.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In order to use SHA-256 in Qlik Sense with SAML, the cryptographic provider for the certificate applied on the Qlik Sense proxy must be "&lt;/SPAN&gt;Microsoft Enhanced RSA and AES Cryptographic Provider".&lt;BR /&gt;This limitation does not apply to the certificate used by the Identity provider.&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;Servername_Audit_Proxy.txt (&lt;SPAN&gt;C:\Programdata\Qlik\Sense\log\Proxy\Trace&lt;/SPAN&gt;) will either indicate "&lt;SPAN&gt;could not decrypt data&lt;/SPAN&gt;" or an error with&amp;nbsp;&lt;SPAN&gt;ComponentSpace.SAML2.Exceptions.SAMLSignatureException&lt;/SPAN&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;SAML assertion must be encrypted on an unsecured connection:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;All network traffic has to be encrypted, that means it's mandatory to use the port 443 in order to have a secure connection.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Feb 2022 09:18:56 GMT</pubDate>
    <dc:creator>Damien_V</dc:creator>
    <dc:date>2022-02-01T09:18:56Z</dc:date>
    <item>
      <title>Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/ta-p/1710339</link>
      <description>&lt;P&gt;This article gives an explanation of some of the common error messages.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 1:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Error 400 - Bad request&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Contact your system administrator. The user cannot be authenticated by the SAML response through the following virtual proxy:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 2:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;SAML mandatory attribute for user ID is missing&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 3:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SAML assertion is expired&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 4:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Error 500 - Internal server error&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Internal server error&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error 5:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;SAML assertion must be encrypted on an unsecured connection&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Sense Enterprise on Windows" id="qlikSenseEnterpriseWindows"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Error 400: Bad request&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;This is the most common error message that is encountered when using SAML. It basically means that the SAML request is malformed, missing some mandatory information, or we are encountering a time sync issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Contact your system administrator SAML.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51974i29F694A489FFD394/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Contact your system administrator SAML.png" alt="Contact your system administrator SAML.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Missing Attribute:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The first step to take when this error appears is to check the Servername_Audit_Proxy.txt (&lt;SPAN&gt;C:\Programdata\Qlik\Sense\log\Proxy\Trace&lt;/SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WARN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;QlikServer2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Audit.Proxy.Proxy.SessionEstablishment.Authentication.SAML.SamlAuthenticationHandler&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;47&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;82c8cc12-5bf4-42a5-af04-b8e2c64d5c50&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DOMAIN\Administrator&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;SAML mandatory attribute for user ID is missing&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;0&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;The error is sometimes obvious as in the above example. An attribute is missing.&lt;BR /&gt;&lt;BR /&gt;The second step would be to look into the SAML response and see if the SAML attribute you have set for your user ID is in there:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAML Attribute SAML tracer.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51975i7C83AFE68E0274F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="SAML Attribute SAML tracer.png" alt="SAML Attribute SAML tracer.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Check if you have an element &lt;SPAN&gt;&amp;lt;saml:Attribute ... Name="&lt;STRONG&gt;&lt;I&gt;Nameofyourattribute&lt;/I&gt;&lt;/STRONG&gt;" &amp;gt;&lt;/SPAN&gt; inside the&amp;nbsp;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;saml:AttributeStatement&amp;gt; &lt;/SPAN&gt;element.&lt;BR /&gt;&lt;BR /&gt;In this example, the attribute we were trying to use for the User ID is Email. We see that it is not present in the &lt;SPAN&gt;&amp;lt;saml:AttributeStatement&amp;gt; &lt;/SPAN&gt;element.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Time sync issue:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;Verify that the SAML request is not rejected because it is "&lt;SPAN&gt;expired&lt;/SPAN&gt;" or "&lt;SPAN&gt;SAML assertion is expired&lt;/SPAN&gt;" and also result in "&lt;SPAN&gt;400: Bad request&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;. This can happen if for example an AWS server with Sense installed on it was not configured to automatically update its date/time settings. The time difference between the identity provider and Sense can then lead to the message being rejected.&lt;BR /&gt;&lt;BR /&gt;In this case, adjust time settings accordingly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Error 500: Internal Server error:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&lt;SPAN&gt;This can have different reasons but the troubleshooting process is similar to the example above.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Error 500 Internal Server Error.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/51976i067E61F85CF41BE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Error 500 Internal Server Error.png" alt="Error 500 Internal Server Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In SAML, &lt;SPAN&gt;error 500&lt;/SPAN&gt; usually indicates an error with the certificate used. Either the certificate used is incorrect or does not have the proper Cryptographic Provider.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In order to use SHA-256 in Qlik Sense with SAML, the cryptographic provider for the certificate applied on the Qlik Sense proxy must be "&lt;/SPAN&gt;Microsoft Enhanced RSA and AES Cryptographic Provider".&lt;BR /&gt;This limitation does not apply to the certificate used by the Identity provider.&lt;BR /&gt;&lt;BR /&gt;The&amp;nbsp;Servername_Audit_Proxy.txt (&lt;SPAN&gt;C:\Programdata\Qlik\Sense\log\Proxy\Trace&lt;/SPAN&gt;) will either indicate "&lt;SPAN&gt;could not decrypt data&lt;/SPAN&gt;" or an error with&amp;nbsp;&lt;SPAN&gt;ComponentSpace.SAML2.Exceptions.SAMLSignatureException&lt;/SPAN&gt;.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;SAML assertion must be encrypted on an unsecured connection:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;All network traffic has to be encrypted, that means it's mandatory to use the port 443 in order to have a secure connection.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 09:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/ta-p/1710339</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-02-01T09:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863296#M4902</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope you can help.. Ive tried to implement SSO using Auth0 for QlikSense.&amp;nbsp; SSO is working perfectly until I try to add user attributes.&amp;nbsp; When I try to add SAML attributes to the qliksense proxy :&lt;BR /&gt;&lt;BR /&gt;|&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-24 at 19.55.45.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67386iFE7D89688592A613/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-11-24 at 19.55.45.png" alt="Screenshot 2021-11-24 at 19.55.45.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I get the Bad request 400 error when I try to login ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ive checked the logs (as you suggest) and it is saying there is a missing attribute :&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-24 at 19.51.39.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67387i7D0DC5EB30B56872/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-11-24 at 19.51.39.png" alt="Screenshot 2021-11-24 at 19.51.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But you can see from above Im trying to pass a 'groups' attribute.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the Auth0 Rule Script&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-24 at 20.02.49.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67388iBDB7F48555207B9F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-11-24 at 20.02.49.png" alt="Screenshot 2021-11-24 at 20.02.49.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And this is the Test User Metadata:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-24 at 20.04.13.png" style="width: 378px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67389i0D13F6D5F2B7DDAA/image-dimensions/378x258?v=v2" width="378" height="258" role="button" title="Screenshot 2021-11-24 at 20.04.13.png" alt="Screenshot 2021-11-24 at 20.04.13.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Id be so grateful if you could point out any mistakes in my configuration?&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;
&lt;P&gt;Dai&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 20:05:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863296#M4902</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2021-11-24T20:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863335#M4903</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17101"&gt;@Senor_Dai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's because you need to write the full name of the attribute "&lt;A href="https://schemas.auth0.com/https://qlik;com/groups" target="_blank"&gt;https://schemas.auth0.com/https://qlik;com/groups&lt;/A&gt;" in the virtual proxy settings, not just "groups" as this is how Auth0 sends it in the SAML response.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 23:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863335#M4903</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-11-24T23:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863486#M4906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks so much for taking the time to reply.&amp;nbsp; Ive tried your suggestion :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-25 at 09.55.39.png" style="width: 803px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67417i712958AE02848ADA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-11-25 at 09.55.39.png" alt="Screenshot 2021-11-25 at 09.55.39.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any thoughts as to why Im still getting the 400 Bad Request error?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 10:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863486#M4906</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2021-11-25T10:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863489#M4907</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17101"&gt;@Senor_Dai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you still getting exactly the same error in the Qlik Sense Proxy logs ?&lt;/P&gt;
&lt;P&gt;Error 400 is just a generic error, you need to check the logs as you did before.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 10:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863489#M4907</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-11-25T10:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863491#M4908</link>
      <description>&lt;P&gt;Actually when I look at it twice, the attribute name begins with &lt;A href="http://," target="_blank"&gt;http://,&lt;/A&gt;&amp;nbsp;not https://&lt;/P&gt;
&lt;P&gt;I would suggest you just copy the attribute name from the logs under "Existing attributes" to make sure it matches exactly.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 10:15:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863491#M4908</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-11-25T10:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863520#M4909</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;, Fantastic that allowed me to login...&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you help further on how we 'pick up' the Group when our test user logs in?&amp;nbsp; At the moment Im not seeing it against the user info:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-11-25 at 10.54.51.png" style="width: 461px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/67425iC260BFEE9D1C37F6/image-dimensions/461x271?v=v2" width="461" height="271" role="button" title="Screenshot 2021-11-25 at 10.54.51.png" alt="Screenshot 2021-11-25 at 10.54.51.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks once again&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 10:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863520#M4909</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2021-11-25T10:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863580#M4911</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17101"&gt;@Senor_Dai&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Qlik Sense August 2021 and earlier, optional SAML attributes are not persisted so they won't show up in the QMC (they're just available for the time of the session), but you can still create security rules on them by referencing them as "user.environment.groups" in a security rule.&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge/Security-Rules-Fail-For-SSO-SAML-Users-and-The-Group-or-Other/ta-p/1715208" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/Security-Rules-Fail-For-SSO-SAML-Users-and-The-Group-or-Other/ta-p/1715208&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In Qlik Sense November 2021 and onwards, you have a checkbox in the virtual proxy settings that lets you decide if you want to persist or not those attributes. If you choose to persist them, then you will see it in the user info in the QMC, which makes it easier to audit.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 12:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863580#M4911</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-11-25T12:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863634#M4912</link>
      <description>&lt;P&gt;Fantastic thanks again&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp; - your help has been invaluable!&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 13:38:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1863634#M4912</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2021-11-25T13:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1888602#M5465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are using your solution to great success - so thanks so much!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could I ask another question on using Auth0&amp;nbsp; User Metadata and App Metadata?&amp;nbsp; Could I also pass 'UserLevel' as an attribute so we can utilise both User Metadata and AppMetadata when logging in via Auth0 SSO?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Auth0 User Details&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-02-03 at 11.00.07.png" style="width: 847px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71514i4C1500C94F13E753/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-02-03 at 11.00.07.png" alt="Screenshot 2022-02-03 at 11.00.07.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would we add another attribute for UserLevel in the virtual proxy :&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2022-02-03 at 11.06.47.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/71515iF10DF3B847A939D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2022-02-03 at 11.06.47.png" alt="Screenshot 2022-02-03 at 11.06.47.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks again for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Senor Dai&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 11:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1888602#M5465</guid>
      <dc:creator>Senor_Dai</dc:creator>
      <dc:date>2022-02-03T11:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1929654#M6401</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425" target="_blank"&gt;@Damien_Villaret&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I'm trying to find the checkbox in virtual&amp;nbsp;&lt;SPAN&gt;proxy that lets you decide if you want to persist or not SAML attributes in user profile.&amp;nbsp;&lt;/SPAN&gt;I'm using February 2022 version&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I didn't find any reference about this new feature in help pages.&lt;/P&gt;
&lt;P&gt;Can you give me more information? thanks&lt;/P&gt;
&lt;P&gt;Francesco&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 07:59:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1929654#M6401</guid>
      <dc:creator>fsiviero</dc:creator>
      <dc:date>2022-05-12T07:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1929743#M6404</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/130107"&gt;@fsiviero&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the confusion. I double-checked internally and the checkbox is only there for OIDC authentication.&lt;/P&gt;
&lt;P&gt;For SAML authentication, attributes will be persisted if you fill something in the "additional attribute mapping" section. If you leave that section blank, then attributes won't be persisted, but you can synchronize some from a User Directory Connector instead if you want.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 10:41:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/1929743#M6404</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2022-05-12T10:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/2072252#M9256</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can SAML setup be done on RIM node (both load balancing and linked proxy ) or its mandatory to do it on central node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/2072252#M9256</guid>
      <dc:creator>BoB_Qlik_Support</dc:creator>
      <dc:date>2023-05-17T07:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/2072253#M9257</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/29425"&gt;@Damien_V&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Can SAML setup be done on RIM node (both load balancing and linked proxy ) or its mandatory to do it on central node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 07:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/2072253#M9257</guid>
      <dc:creator>BoB_Qlik_Support</dc:creator>
      <dc:date>2023-05-17T07:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense: Common error messages when using SAML</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/2075085#M9314</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72054"&gt;@BoB_Qlik_Support&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rim and Central are both good to use.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 12:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Common-error-messages-when-using-SAML/tac-p/2075085#M9314</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-24T12:59:52Z</dc:date>
    </item>
  </channel>
</rss>

