Skip to main content
Question

What would be the Callback URL for OAuth 2.0 user authentication .

  • May 22, 2025
  • 1 reply
  • 18 views

Forum|alt.badge.img

I Have created custom app with OAuth 2.0 (User or Client Authentication) Authentication Method using enterprise app. what would be the integration - callback URL for the box app for application with Http Uri? 

my redirect uri was 'http://localhost:1000/'

BOX__j44aCpgR0fX-tNaaU3KQdw.png

 

Thank you

1 reply

Forum|alt.badge.img

Hi Siva. The callback URL will be the same public application URL from where you redirect the user to Box to sign in and grant permissions to your app. The redirect will support localhost for local testing, but once you are moving to a production state with other users / systems you'll want to use a public URL for the app.