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

REST-connector after switching to Visma Connect Authentication for Visma.net ERP API

After following the guide for switching to Visma.net (https://community.visma.com/t5/Knowledge-base-in-Developers/Guide-Move-from-VNI-to-Visma-Connect-Aut... I have to make a new REST-connector. We are updating a previous solution, and is therefore in need to get a new refreshable token (due to limited 60min). 

I have client_secret, client_id and tenant_id. I would guess the url to be: connect.visma.com/connect/token or connect.visma.com/connect/authorize for the new REST-connector depending on POST or GET. I have used client_id, client_secret and tenant_id as query parameters, but no success.

I have tried to follow this guide https://community.qlik.com/t5/Qlik-Sense-Documents/Handling-Refresh-Tokens-with-the-Qlik-REST-Connec... but I am not able to get any access token. 
I have used postman, where I am able to get an access token that works in qlik for the old solution. Can anyone help me get the same result in Qlik Sense?

Postman:

susannmasdal_0-1700484900134.png

 

Labels (5)
1 Reply
Damien_Villaret
Support
Support

Hello @susannmasdal 

The correct URL should be connect.visma.com/connect/token

Based on your Postman screenshot, it should work the same way as described in the guide you followed.

Are you getting a specific error when trying to fetch the token with the Qlik REST Connector?

You might want to use the "Select data" (preview) button and see if the JSON body returned is in the correct format.

Best regards,

If the issue is solved please mark the answer with Accept as Solution.