The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
After following the steps outlined here:
https://confluence.atlassian.com/slack/use-slack-and-bitbucket-server-together-974387205.html
I was able to get a connection between the two applications, but when I was asked to confirm access to Slack from bitbucket I get the following error when clicking on the link:
OAuth Error: redirect_uri did not match any configured URIs. Passed URI : http://XXXXXXXX.com/bitbucket/rest/slack/latest/oauth/redirect/TL7P64848
I created a self signed certificate and verified that when I open the bitbucket page I see the certificate. Using Apache & Openssl
My question is, I'm I missing a configuration file that i need to edit in order to updated the "Passed URI"?
Do I need to configure any additional connector or proxy configs?
I Found a different add-on to use that works as intended.
This post can be closed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I ran into this same issue when I forgot to set the URL for our Bitbucket instance when adding the app to our slack workspace.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe I should update the bitbucket.properties with the following:
scheme="https"
proxyName="XXXXXX.com"
proxyPort="443"
Any suggestions?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The issue is the redirect as stated in the error message:
OAuth Error: redirect_uri did not match any configured URIs. Passed URI : http://XXXXXXXX.com/bitbucket/rest/slack/latest/oauth/redirect/TL7P64848
https://caci-nsis.slack.com/oauth/authoriz
What I cant find is where to properly place this "redirect_uri"
I've tried placing the redirect_uri within the credentials portion of the slack integration page on the bitbucket server, but it does not seem to be noticing it.
Also the redirect_uris I've tried are:
https://slack.com/oauth/authorize
the passed uri in the error message
the bitbucket server, which is what the Passed url in the error message redirects to.
Documentation I'm using:
https://api.slack.com/docs/oauth
it just does not specify where to place the redirect_uri.. or i just dont seem to find it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is this a step that would be needed as well?
Could it be a contributing factor?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.