Skip to main content
Question

authentication issue need jwt and access

  • May 22, 2025
  • 5 replies
  • 17 views

Forum|alt.badge.img

hello

i read about the 2 authentication options, and i really need a third (a hybrid)

i need to be able to save credentials and use server to server login 

but i need access to all user files and for him to be able to keep working with his current account as usual

how do i do that ?

thanks

5 replies

Forum|alt.badge.img

Hi ,

 

If I understand your question, you want a JWT implementation but want to be able to work directly with user accounts in your enterprise?

 

For that you can go through the JWT process (https://developer.box.com/docs/authenticate-with-jwt), which gives you access to work with content in the service account. If you then generate a user access token (https://developer.box.com/docs/work-with-users#section-generate-a-user-access-token), using that token will allow you to work directly with a user in your enterprise that you specify. 

 

Hope that helps,

Jon


Forum|alt.badge.img

unfortunately i need to work with an existing account
i cant create it
is that possible ?

thanks


Forum|alt.badge.img

unfortunately i need to work with an existing account

i cant create it
is that possible ?
 
thanks

Forum|alt.badge.img

Hi ,

 

Yes you'll be able to do that with the JWT process as well. Folks that are already within your enterprise you'll be able to work with within the app.

 

- Jon


Forum|alt.badge.img

they are not
i did not create their account and they don't belong to me....
they just need me to perform a service