Hello, experts:
I'm developing a NET Core web application that connects with Jira Cloud API. I was able to log in using https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/ (just sending http requests, because there is no OAuth2 libraries examples) and getting information from https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#about
But then, I need to close session and there is not info about it. I search everywhere, and the only answer I got was "redirect to id.atlassian.com/logout", but if I do that, I can't go back to the last page visited in my webpage.
I need to know if there is a way to log out from Jira Cloud inside my webpage, or at least, some way of tell to the log out page to redirect somewhere in my page after loging out, the same way auth.atlassian.com/authorize do.
Thank you for your time.