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