Hello,
I developed an app where the user can select confluence as a "connector" to read data from a confluence space.
I want to use confluence as my oauth2.0 provider so the user is redirected to an Atlassian page asking the user to grant access and when done user is redirected back to my app.
I believe the way to do this is by using Confluence incoming link. When creating a new link, under the "Direct application link" option it asks me to enter an application URL, my app is still under development, localhost, what should I put in this required field?
Also please let me know if I'm using the wrong service for what I'm trying to accomplish here.
Thank you
Did you ever get this working?
I would not use Application Links for this. That incoming link screen is for connecting Atlassian products to each other, and it uses OAuth 1.0, not the OAuth 2.0 redirect flow you are describing.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.