You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm building a web service which requires integration with Bitbucket Server, so I need to login and get a token.
So far everything works find until I add custom query parameter to the callback URL I defined when I created my Application Link. After it I got an error ``The provided value for the input parameter 'redirect_uri' is not valid.``
Is there a way that I can customize that URL on a per request basis? For example my default callback URL is /oauth/bitbucket, but I want to redirect to a different URL /oauth/bitbucket_login?sid={UUID}.