I'm using Jira cloud free version. I'm trying to authenticate using OAuth2. In this https://confluence.atlassian.com/adminjiraserver/jira-oauth-2-0-provider-api-1115659070.html
it says that one has to go to a URL such as:
https://<my-domain123>.atlassian.net/rest/oauth2/latest/authorize?client_id=....
When I go to that URL, with <my_domain123> replaced by my real domain, I get:
<status>
<status-code>404</status-code>
<message>
null for uri: https://<my-domain123>.atlassian.net/rest/oauth2/latest/authorize?client_id=[.....]
</message>
</status>
Which implies that such URL doesn't exist at all.
Why not? Should I create it, or what should I do?
Hello @Saša
Thank you for reaching out.
Please, note that the documentation you are following is related to Jira Server application, so its steps do not apply to your Jira Cloud environment.
You can follow the documentation below in order to properly enable and configure OAuth 2.0 authentication for Jira Cloud apps:
Let us know if you have any questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.