We would like, in our mobile application, to integrate our Jira service desk homepage and automatically login the user to it (as the user is already logged to our service).
For that, we were thinking of implementing user impersonation:
https://developer.atlassian.com/cloud/jira/platform/user-impersonation-for-connect-apps/
but it seems it can be used only to do actions through the API, not to access to the service desk webpage itself.
Is there a way to automatically logon the user when displaying the service desk webpage?
Thank you.