Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
balaji_m
Partner - Contributor III
Partner - Contributor III

Qlik Sense authentication

As of now i am able to access via  form authentication or Widows authentication but I want  to use qlik sense basic authentication .


can you please share how can we achieve this.

9 Replies
Not applicable

Qlik Sense does not support Basic Authentication.

May I ask why would you want to use it? What's your use case? It's not something I would typically recommend considering how it works...

balaji_m
Partner - Contributor III
Partner - Contributor III
Author

Hi Rikard,

(i).I want to create a user and allow that user to use qlik sense applications.

(ii).I want to create ODBC connection and need to import user and roles.

we have two authentications forms and windows

we can't use windows authentication for importing users.

i think we have to use form authentication.

please suggest me ,How can we achieve this?

Not applicable

In general authentication is always happening outside of Qlik Sense. Qlik Sense does not manage user credentials or passwords, in other words we are not adding users to Qlik Sense. This information is typically stored within an Active Directory or some other form of user catalogue or database. Maybe this is a bit confusing, but the User Directory Connector allows Qlik Sense to synchronise information about these users, such as group belongings and other attributes.

If you want to use a custom authentication method I suggest looking into using the Ticket API or Session API (refer to the help) to integrate Qlik Sense with another product or another form of authenticating users. Below is a ASP.NET module to make ticketing easier...

https://github.com/braathen/qlik-auth-net

balaji_m
Partner - Contributor III
Partner - Contributor III
Author

thanks a lot Rikard.

I would like to create ODBC connection.could you please share any document related to ODBC connection.

I have followed the the below link but i am unable to create a connection

qlik sense user directory conector for MYSQL

I am getting below error as mentioned in the above link.


The User Directory Connector(UDC) is not configured, because the following error occurred: Exception when trying to connect to the data source. Edit the connection string in the user directory connector configuration.


Regards,

Balaji

dambeldor
Contributor III
Contributor III

Hello-

In our organization there some models are created automatically at night (by dot net program),

As we know the each model gets its category automatically in Qlikview Management Console

under default category: 'default'.

the problem is I like to categorize the model under another category

name that already exists: 'sales'

and not through the manual way:

QVMC > Documents > (Select Document) > Document Information > Category

but I'm looking for a way  to do it by dot net code (C #).

I saw in the QMS API Documentation Help:

'Document MetaData.Document MetaData DocumentInfo.Category property'.

Do you know how to use the functions to change the category and save the change?

Thanks a lot,

Abi.

jvi
Employee
Employee

Hi Abi,

Look at this presentation from Qonnections 2015.

Br,

Jacob

dambeldor
Contributor III
Contributor III

Wow!!

thank you very much, It's huge!!

It teaches a lot. I really appreciate it.

Another small question:

what files do I have to install on the server?

the SDK or the EDX or both? (is it exe file?)

do you have any link?

Thanks a lot ,

Abi.

Magnus_Berg
Employee
Employee

Hi Balaji, all the information needed is available on Qlik Help:User directory connectors ODBC properties ‒ Qlik Sense

Best regards

Magnus

balaji_m
Partner - Contributor III
Partner - Contributor III
Author

Hello Magnus,

Thanks for your support.

Regards,

Balaji