Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Apr 12, 2022 5:24:36 AM
Jul 2, 2019 9:42:11 AM
This article explains how to implement SAML for NPrinting with Azure as the IdP.
To implement Azure SAML in Nprinting, the following needs to be done:
Generate a Metadata XML file
Federation Metadata XML: Download
<?xml version="1.0"?>
<EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://sts.windows.net/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/">
<IDPSSODescriptor xmlns:ds="http://www.w3.org/2000/09/xmldsig#" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<KeyDescriptor use="signing">
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
<ds:X509Data>
<ds:X509Certificate>MIIC8DCCAdigAwIBAgIQFUUu6ZQHg5FJ...Ud8tf9A/4A6+2SZm34gf8gcVPTXT/a</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://login.microsoftonline.com/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/saml2"/>
<SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://login.microsoftonline.com/b26e23cf-787a-40e8-9d17-f0c9f9ad0821/saml2"/>
</IDPSSODescriptor>
</EntityDescriptor>Potential Troubleshooting Steps
hi @Sonja_Bauernfeind , can we use Qlik enterpirse application for Nprinting SAMLSSO ? thanks much
Hello @surya_30
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?
This configuration does not affect the communication between the services (Sense/NPrinting).
All the best,
Sonja
Hello @surya_30
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.
See Qlik Sense and Azure AD for more information regarding Qlik Sense with Azure AD.
All the best,
Sonja
In Your example, you have used Non-Gallery application. There is something called Qliksense Enterprise Client Managed. I use this for the SAML SSO on Qliksense applications, I want to know if this can be used for Nprinting,
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
Hello @surya_30
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.
All the best,
Sonja
Hello @surya_30
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.
The signon URL can be either Qlik NPrinting console or Qlik NPrinting NewsStand URL.
Should you require more assistance on setting this up, I recommend placing your query in our Qlik NPrinting forum.
All the best,
Sonja
Hello @Sonja_Bauernfeind,
While uploading the IdP metadata file, we are encountering the error: “Upload valid metadata file.”
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.
Could you please assist us in identifying and removing the unsupported tags so that the metadata file can be uploaded successfully?