Skip to main content
Question

Getting auth code using python without going to webpage

  • May 22, 2025
  • 1 reply
  • 3 views

Forum|alt.badge.img
Any idea how to get auth code using auth url without going to web page and that asks for user granting access please suggest me how to automate this part to get auth code

1 reply

Forum|alt.badge.img

Hello, 

This cannot be bypassed when using OAuth2 as the authentication method. You will need to switch the Server Authentication (with JWT) instead so there's no required end-user interaction.

Best, 

Kourtney, Box Developer Advocate