Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

SAML Configuration with Azure

Hi,

Does anyone have a guide on how to define SAML authentication on QlikSense with Azure?

We are running into some trouble here and for some reason it shouts out that the the there is no valid xsi: type in the xml.

Is there any documentation as to how to perform this config??

Thanks,

Assaf.

1 Reply
Not applicable
Author

Hi Assaf,

I assume it's Azure complaining about the Qlik Sense generated metadata?

Can you try to edit the XML file and add xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" to the EntityDescriptor tag and try if it works?

Something like this...

<md:EntityDescriptor

entityID="your_entityid"

ID="your_id"

xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

/Rikard