My company is using okta as an IDP and box as SP.
I want to write a simple automated python script utiltizing box python SDK that would upload to my box account (my company box account assigned to me) and share with others within my company.
What is the best way to do the authentication in the automated python script without having to prompt for authorization?
