Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
adbdkb
Creator
Creator

Alternative to using base64 converted id password when making REST call

Alternative to using base64 converted id password when making REST call

Hi,

Is there a way to use some other mechanism for authentication / authorisation  when calling a REST endpoint to the login endpoint?   Currently I am testing using my id and password converted to base64 from my local set-up.  But for productionalising this, there are some issues.

  1. I cannot expose my credentials in the production job 
  2. My credentials will change periodically
  3. My id will not have access to perform these actions in prod

Is there another way to authenticate to the login endpoint and then retrieve the API session ID to perform the subsequent calls?

Thank you

 

Labels (3)
1 Solution

Accepted Solutions
Steve_Nguyen
Support
Support

currently the QEM to convert the password is base64 no work around.

see user guide on QEM API

https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseMana...

 

you can submit a feature request.

https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight

 

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

1 Reply
Steve_Nguyen
Support
Support

currently the QEM to convert the password is base64 no work around.

see user guide on QEM API

https://help.qlik.com/en-US/enterprise-manager/November2021/Content/EnterpriseManager/EnterpriseMana...

 

you can submit a feature request.

https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight

 

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!