The application was created on the portal developer.atlassian with my user, so even if it is not published, I should have the ability to authorize an application created by me.
However, I have problems with the application authorization step as exposed at the step:
In particular, Jira returns to me that I do not have the ability to authorize the application as highlighted by the following screen; could you provide us with assistance on this? → see image attached
Maybe you could share the URL you have constructed from authorization?
If you are simply exploring, I recommend operating the OAuth flow with a tool that knows OAuth already. For example, here’s a way you can do it on the command-line:
When you are coding your app, you’ll want to use a OAuth library. I wouldn’t consider the Atlassian documentation a complete specification because there is already a standard spec for OAuth 2.0.
Welcome to the Atlassian developer community @MarianBenat,
When you first create the app in the developer console, it will not be enabled for sharing. You can change the option on the developer console, if you want other users to be able to access the app.
But that’s 1 problem inside a bigger problem:
Using Atlassian’s OAuth 2.0 for login is not a supported use case. Furthermore, it is intended that OAuth 2.0 should provide access to users who are already customers in Jira. Or perhaps I misunderstood what you are trying to accomplish.