<?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 NPrinting SAML authentication with Azure in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/ta-p/1717916</link>
    <description>&lt;P&gt;This article explains how to implement SAML for NPrinting with Azure as the IdP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environments:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik NPrinting" id="qlikNPrinting"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;To implement Azure SAML in Nprinting, the following needs to be done:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Create your own application in Azure from this menu and choose a name for it.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NPrinting SAML Azure Confguration.png" style="width: 743px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76876i402D63BB36561479/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPrinting SAML Azure Confguration.png" alt="NPrinting SAML Azure Confguration.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Generate a Metadata XML file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;Federation Metadata XML:&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="https://portal.azure.com/#" href="https://portal.azure.com/#" target="_blank" rel="noopener"&gt;Download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Configure SAML in NPrinting and upload your metadata file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;See instructions on the following link: &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Configuring-SAML.htm" target="_blank" rel="noopener"&gt;Confguring SAML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Below is an example of a working metadata file with only the needed fields, the simpler is to copy the corresponding elements (Azure EntityID, certificate for signing, SingleSignOnService for HTTP-POST and HTTP-Redirect) from the IdP metadata file downloaded from Azure and paste it into the corresponding parts of the code.&lt;BR /&gt;&lt;BR /&gt;Then save the file as .xml and upload it to NPrinting:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://sts.windows.net/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/"&amp;gt;
  &amp;lt;IDPSSODescriptor xmlns:ds="http://www.w3.org/2000/09/xmldsig#" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"&amp;gt;
    &amp;lt;KeyDescriptor use="signing"&amp;gt;
      &amp;lt;ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
        &amp;lt;ds:X509Data&amp;gt;           
&amp;lt;ds:X509Certificate&amp;gt;MIIC8DCCAdigAwIBAgIQFUUu6ZQHg5FJ...Ud8tf9A/4A6+2SZm34gf8gcVPTXT/a&amp;lt;/ds:X509Certificate&amp;gt;
        &amp;lt;/ds:X509Data&amp;gt;
      &amp;lt;/ds:KeyInfo&amp;gt;
    &amp;lt;/KeyDescriptor&amp;gt;    
&amp;lt;SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://login.microsoftonline.com/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/saml2"/&amp;gt;
&amp;lt;SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://login.microsoftonline.com/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/saml2"/&amp;gt;
  &amp;lt;/IDPSSODescriptor&amp;gt;
&amp;lt;/EntityDescriptor&amp;gt;​&lt;/LI-CODE&gt;&lt;BR /&gt;Alternatively, when you upload the Azure metadata file as is to NPrinting,&amp;nbsp;check the Webengine log file to remove unwanted tags from the Azure metadata file (As there are many tags that are not supported by Azure, it may take some time)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;In Azure, configure your Enterprise application created in step 1&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;The fields that need to be filled in on the Azure side are the 2 below, others are optional.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Identifier (Entity ID)&lt;/FONT&gt;:&amp;nbsp; The Entity ID set up in NPrinting in step 3&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reply URL (Assertion Consumer Service URL)&lt;/FONT&gt;: The correct value can be found in the SP metadata file downloaded from NPrinting&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NPrinting SAML based sign in Azure.png" style="width: 850px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76879iBB76D915BC336E5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPrinting SAML based sign in Azure.png" alt="NPrinting SAML based sign in Azure.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure you give the correct permissions to the Azure AD users you want to authorize to connect with SAML &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NPrinting Users and Groups SAML.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76880iBD9698951926A9F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPrinting Users and Groups SAML.png" alt="NPrinting Users and Groups SAML.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The settings is now completed and SAML authentication should work.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Potential Troubleshooting Steps&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remember that the user that logs in must already exist in NPrinting identified by either his email address or DOMAIN\Username (Based on the settings in step 3).&lt;BR /&gt;&lt;BR /&gt;If the authentication fails, the error will be logged in the web engine logs in C:\Programdata\Nprinting\Logs\.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If issues are found with the implementation, among other reasons the following may be related:
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;The email address attribute needs to be the full URL path, not just “emailaddress”&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The XML from AD/idp needs to have reference to only one certificate&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Irrelevant information in the XML from the idp needs to be removed as NP does not support and can cause errors.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 12 Apr 2022 09:24:36 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2022-04-12T09:24:36Z</dc:date>
    <item>
      <title>Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/ta-p/1717916</link>
      <description>&lt;P&gt;This article explains how to implement SAML for NPrinting with Azure as the IdP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environments:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik NPrinting" id="qlikNPrinting"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;To implement Azure SAML in Nprinting, the following needs to be done:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Create your own application in Azure from this menu and choose a name for it.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NPrinting SAML Azure Confguration.png" style="width: 743px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76876i402D63BB36561479/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPrinting SAML Azure Confguration.png" alt="NPrinting SAML Azure Confguration.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Generate a Metadata XML file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;Federation Metadata XML:&amp;nbsp;&lt;/SPAN&gt;&lt;A style="font-family: inherit; background-color: #ffffff;" title="https://portal.azure.com/#" href="https://portal.azure.com/#" target="_blank" rel="noopener"&gt;Download&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Configure SAML in NPrinting and upload your metadata file&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;See instructions on the following link: &lt;A style="font-family: inherit; background-color: #ffffff;" href="https://help.qlik.com/en-US/nprinting/Content/NPrinting/DeployingQVNprinting/Configuring-SAML.htm" target="_blank" rel="noopener"&gt;Confguring SAML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Below is an example of a working metadata file with only the needed fields, the simpler is to copy the corresponding elements (Azure EntityID, certificate for signing, SingleSignOnService for HTTP-POST and HTTP-Redirect) from the IdP metadata file downloaded from Azure and paste it into the corresponding parts of the code.&lt;BR /&gt;&lt;BR /&gt;Then save the file as .xml and upload it to NPrinting:&lt;BR /&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://sts.windows.net/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/"&amp;gt;
  &amp;lt;IDPSSODescriptor xmlns:ds="http://www.w3.org/2000/09/xmldsig#" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"&amp;gt;
    &amp;lt;KeyDescriptor use="signing"&amp;gt;
      &amp;lt;ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#"&amp;gt;
        &amp;lt;ds:X509Data&amp;gt;           
&amp;lt;ds:X509Certificate&amp;gt;MIIC8DCCAdigAwIBAgIQFUUu6ZQHg5FJ...Ud8tf9A/4A6+2SZm34gf8gcVPTXT/a&amp;lt;/ds:X509Certificate&amp;gt;
        &amp;lt;/ds:X509Data&amp;gt;
      &amp;lt;/ds:KeyInfo&amp;gt;
    &amp;lt;/KeyDescriptor&amp;gt;    
&amp;lt;SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://login.microsoftonline.com/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/saml2"/&amp;gt;
&amp;lt;SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://login.microsoftonline.com/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/saml2"/&amp;gt;
  &amp;lt;/IDPSSODescriptor&amp;gt;
&amp;lt;/EntityDescriptor&amp;gt;​&lt;/LI-CODE&gt;&lt;BR /&gt;Alternatively, when you upload the Azure metadata file as is to NPrinting,&amp;nbsp;check the Webengine log file to remove unwanted tags from the Azure metadata file (As there are many tags that are not supported by Azure, it may take some time)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;In Azure, configure your Enterprise application created in step 1&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/STRONG&gt;The fields that need to be filled in on the Azure side are the 2 below, others are optional.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Identifier (Entity ID)&lt;/FONT&gt;:&amp;nbsp; The Entity ID set up in NPrinting in step 3&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Reply URL (Assertion Consumer Service URL)&lt;/FONT&gt;: The correct value can be found in the SP metadata file downloaded from NPrinting&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NPrinting SAML based sign in Azure.png" style="width: 850px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76879iBB76D915BC336E5A/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPrinting SAML based sign in Azure.png" alt="NPrinting SAML based sign in Azure.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Make sure you give the correct permissions to the Azure AD users you want to authorize to connect with SAML &lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NPrinting Users and Groups SAML.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/76880iBD9698951926A9F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="NPrinting Users and Groups SAML.png" alt="NPrinting Users and Groups SAML.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The settings is now completed and SAML authentication should work.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Potential Troubleshooting Steps&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remember that the user that logs in must already exist in NPrinting identified by either his email address or DOMAIN\Username (Based on the settings in step 3).&lt;BR /&gt;&lt;BR /&gt;If the authentication fails, the error will be logged in the web engine logs in C:\Programdata\Nprinting\Logs\.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;If issues are found with the implementation, among other reasons the following may be related:
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;The email address attribute needs to be the full URL path, not just “emailaddress”&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The XML from AD/idp needs to have reference to only one certificate&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;Irrelevant information in the XML from the idp needs to be removed as NP does not support and can cause errors.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 12 Apr 2022 09:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/ta-p/1717916</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2022-04-12T09:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074056#M9291</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;&amp;nbsp;, can we use Qlik enterpirse application for Nprinting SAMLSSO ? thanks much&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 19:49:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074056#M9291</guid>
      <dc:creator>surya_30</dc:creator>
      <dc:date>2023-05-22T19:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074144#M9295</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/170693"&gt;@surya_30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you mean if you can use Qlik NPrinting with Qlik Sense Enterprise (on-premise) while Qlik NPrinting is configured to use SAML for authentication to its admin panel?&lt;/P&gt;
&lt;P&gt;This configuration does not affect the communication between the services (Sense/NPrinting).&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 06:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074144#M9295</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-23T06:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074150#M9296</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-05-23 082406.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107753i81CA392B0AE0EEB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-05-23 082406.jpg" alt="Screenshot 2023-05-23 082406.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 06:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074150#M9296</guid>
      <dc:creator>surya_30</dc:creator>
      <dc:date>2023-05-23T06:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074153#M9297</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/170693"&gt;@surya_30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not related to Qlik NPrinting. I believe what you are showing here is the Azure AD gallery which lists all the applications Azure has made a template available for deployment.&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-and-Azure-AD/ta-p/1715797" target="_blank" rel="noopener"&gt;Qlik Sense and Azure AD&lt;/A&gt;&amp;nbsp;for more information regarding Qlik Sense with Azure AD.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 06:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074153#M9297</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-23T06:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074157#M9298</link>
      <description>&lt;P&gt;In Your example, you have used Non-Gallery application.&amp;nbsp; There is something called Qliksense Enterprise Client Managed. I use this for the SAML SSO on&amp;nbsp;Qliksense applications, I want to know if this can be used for Nprinting,&lt;BR /&gt;&lt;BR /&gt;Because in your example the SIG in URL is optional but here it is mandatory and I am not sure what should be used for attributes in Nprinting&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107754i80AB96699D8DCA2D/image-size/large?v=v2&amp;amp;px=999" role="button" title="2.jpg" alt="2.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 747px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/107755iD9BAE655CD44CE68/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 06:30:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074157#M9298</guid>
      <dc:creator>surya_30</dc:creator>
      <dc:date>2023-05-23T06:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074159#M9299</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/170693"&gt;@surya_30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, this clarifies the question. I do not believe we have Qlik NPrinting submitted to the Azure gallery. As for your follow-up question, let me reach out to a subject matter expert to find the answer for you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 06:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074159#M9299</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-23T06:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074181#M9300</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/170693"&gt;@surya_30&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To clarify: You cannot use the template for Qlik Sense Enterprise from the Azure AD Gallery to apply it to Qlik NPrinting. A manual setup is required.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byx byy c d e f g h i j k l m n o p q r s t byz bza w x y z ab ac ae af ag ah ai aj ak"&gt;The signon URL can be either Qlik NPrinting console or Qlik NPrinting NewsStand URL.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byx byy c d e f g h i j k l m n o p q r s t byz bza w x y z ab ac ae af ag ah ai aj ak"&gt;Should you require more assistance on setting this up, I recommend placing your query in our &lt;A href="https://community.qlik.com/t5/Qlik-NPrinting/bd-p/qlik-nprinting-discussions" target="_blank" rel="noopener"&gt;Qlik NPrinting&lt;/A&gt; forum.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider byx byy c d e f g h i j k l m n o p q r s t byz bza w x y z ab ac ae af ag ah ai aj ak"&gt;All the best,&lt;BR /&gt;Sonja&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2023 07:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2074181#M9300</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2023-05-23T07:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik NPrinting SAML authentication with Azure</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2546054#M17000</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28597"&gt;@Sonja_Bauernfeind&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;While uploading the IdP metadata file, we are encountering the error: &lt;STRONG&gt;“Upload valid metadata file.”&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Qlik article mentions removing unsupported tags from the Azure metadata file, but it does not clearly specify which tags need to be removed or the process to follow.&lt;/P&gt;&lt;P&gt;Could you please assist us in identifying and removing the unsupported tags so that the metadata file can be uploaded successfully?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 13:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-NPrinting-SAML-authentication-with-Azure/tac-p/2546054#M17000</guid>
      <dc:creator>AgilentQlik</dc:creator>
      <dc:date>2026-04-02T13:31:02Z</dc:date>
    </item>
  </channel>
</rss>

