[▲ Vercel Community](/) · [Categories](/categories) · [Latest](/latest) · [Top](/top) · [Live](/live) [Help](/c/help/9) # can not create project via OAUTH Token 14 views · 0 likes · 2 posts HuanCheng Bai (@bestony) · 2026-02-05 I want to develop a SaaS app, user login via Vercel, and I deploy project template for him. but not working in Oauth Flow. looks like oauth token cannot create project? with error ``` { stage: 'callback.error', message: 'Callback flow failed', time: '2026-02-05T23:29:55.684Z', details: { message: json; charset=utf-8". Body: {"error":{"code":"forbidden","message":"You don't have permission to create the project."}} } } ``` https://vercel.com/docs/sign-in-with-vercel/manage-from-dashboard#configure-the-necessary-permissions Jacob Paris (@jacobparis) · 2026-02-06 Allowing users to manage their Vercel resources after they sign in with Vercel is currently not public https://vercel.com/docs/sign-in-with-vercel/scopes-and-permissions#permissions 