Our application and qlik are on the same sub domain. We are using JWT token to authenticate. Currently, we are making the request to https://<sub-domin>/<proxy>/hub along with the authentication. We want to open the qlik in the next tab of our browser after successfully authenticating.
Our application is an angular single page application.
Can you provide guidance/document on what should be the steps followed?