Dear All I have Jira and Confluence behind nginx as reverse proxy. but when i want create application link between them i face with attachment error ! i know this error related to my reverse proxy...
Hello, I am encountering a persistent issue with accessing the Jira Cloud API using OAuth 2.0 token authentication. Despite following the documentation and ensuring that all required scopes and c...
Hello, I'm trying to authorize my user using OAuth 2.0 with my app, the objective is to access private documents in Confluence, since I'm a administrator. https://support.atlassian.com/c...
From the Jira OAuth document: https://developer.atlassian.com/cloud/jira/platform/oauth-2-3lo-apps/ I want to get projects, boards, sprints and issues data from REST API. I have set r...
...re running into an HTTP 504 Gateway timeout. We are using a self hosted Jira intance as well as a self hosted GitLab instance. The latter one is not on premise. GitLab supports three different OAuth 2...
Hey there! I'm facing a problem in figuring out if a token is still valid. It would really save me some issues to avoid sending requests with an invalid token. Right now, the only clue that I have...
...relloApi uses implicit flow to authorize the user, that's why the token is as a fragment and to get it as param, I need to use the authorization code flow where the OAuth is needed. The problem i...
...omes to OAuth-based Single Sign-On setups. Look no further! We're thrilled to introduce Proof Key for Code Exchange (PKCE), a feature available exclusively in our OAuth-based Single Sign-On app. PKCE a...
Hi, I am new to Jira and new to OAuth2 so.... yeah. ;-) I am trying to implement OAuth2 for Jira in a DevOps extension (authorization code flow). The devops extension FE runs inside an IFrame i...
We have registered an oauth app for auth with Atlassian. On refreshing user’s token (using https://api.atlassian.com/ex/jira/{customer-orgId} endpoint), we received the error: "unauthorized c...
...00 webhooks per app per tenant is allowed for a Connect app. For an OAuth 2.0 app, the limit is 5 webhooks per app per user on a tenant." First of all, what does tenant mean here? I...
Hi Andy, I am facing the similar issue as Unable to fetch email address using rest Api if setting profiles email id 'Only you and admins' . I have created an external app using Oauth 2.0 (3...
...hen the we use a token that was retrieved from OAuth 1.0 authentication. OAuth 2.0 works fine. I found some recent info that this endpoint was deprecated but it doesn't explain the error we're g...
When authenticating a user, the app successfully reaches the callback URL API Endpoint but while generating token via: const { data } = await axios.post( `https://auth.atlassian.com/oauth/t...
Hello, we have set up our backend to create and modify issues via Jira Cloud api and oauth2. We can successfully create the authorization_code, use that code to get an access_token, and use the a...
...specially when it's backed by OAuth/OpenID Connect. In a nutshell, here's why OAuth/OpenID Connect stands out: ✅In high-stakes data protection🛡️, large enterprise customers prefer OAuth/OIDC for its e...
...e accessed with the help of API tokens (that can be configured here). However, the activity endpoint cannot be accessed with OAuth2-acquired access token. There is no scope for it and even if the t...
Hi, I am currently implementing a generic Confluence Application Link with OAuth2 as described here. In general my Groovy script that should consume the Rest API of Confluence has access via OAuth...
My Bitbucket account uses OAuth (since there's now no other option). Sourcetree has taken to asking me for my password, the credential helper store, etc. when I no longer use any of them. I've a...
Hi Community, I am trying to integrate bitbucket on perm (v7.9.0) with Jira cloud using OAuth. By checking in community i am found one document for this integration (Link Bitbucket with Jira | B...
We're seeing intermittent issues with our redirect to the OAUTH authorization endpoint when a user has authenticated to JIRA in the past with that particular browser. The authorize endpoint is r...
...o get a refresh token as per the documentation which says to pass a refresh token inside the POST request '/oauth/token' , But I don't get the refresh token from this endpoint. I’ve a...
Hi, I have a REST API(Post) with basic authentication written in Groovy code.How to convert it to OAuth 2 authentication. How should I change the Groovy code? Is there an example? R...
Hello Community, I have been trying to connect to Jira Cloud using Oauth v2.0 in postman, but I cant get it to work. First, I am not sure if I should create the Oauth c...
After the update, we can no longer create wires using basic authorization. Now we want to connect Oauth 2.0, please help us with the connection and provide instructions for connecting. Thank you f...
Copied to clipboard