Solved

I need scope in OAuth token to get private resources

  • 8 April 2024
  • 3 replies
  • 26 views

‘A future update to Front's OAuth implementation will allow you to specify the permissions scopes that you need’

I need scope in OAuth token to get private resources

Can you confirm how to add scope for private in OAuth

icon

Best answer by molly 8 April 2024, 16:30

View original

3 replies

Badge +1

Hi @kuldeep_41

Currently, OAuth tokens do not have access to private resources. If you need access to these resources, you will need to use an API token configured with the appropriate permissions scope. As you noted in the docs, future updates will allow OAuth tokens more access, but for now, they don’t. 

Best, 

🌷 Molly Jones (she/her) 

Technical Support Engineer

:front_app: Front | 📚 Help Center | 🆕 Front Community |💡Ideas Board 

Userlevel 5
Badge +8

@kuldeep_41 I suggest adding this as an idea.

Currently, OAuth tokens do not have access to private resources. If you need access to these resources, you will need to use an API token configured with the appropriate permissions scope. As you noted in the docs, future updates will allow OAuth tokens more access, but for now, they don’t. 


Hi molly thankyou for your reply I can see this is mention in api docs but API TOKEN is not giving webbook's that's why I want private resource access in OAuth

Reply