Hi there,
I'm struggling to get oauth 2.0 work for my application.
My external php app automatically creates an Jira-issue over the jira API, when a trigger has been set, which works fine with basic auth (POST my-application.atlassian.net/rest/api/3/issue). But to be secure I want to implement oAuth 2.0.
I already got the access token, after manually call the URL from the developer console and clicking on the ALLOW button.
Now I do not know, how to automate the Step, when the user prompt appears? This should be a automized process, without user interaction.
I followed already the official documentation for oauth-2-3lo-apps and the official youtube tutorial, but at this step, I can't find an answer for me:


Did I miss something? Can someone help me out here?
Greetings, chris