Open dlj66 opened 1 year ago
If by permission denied you're running into 401's on the auth0 I would check the configuration of your app according to the trouble shooting here: https://community.auth0.com/t/401-unauthorized-when-obtaining-token-in-authorization-code-grant/44685/19
TL;DR for anyone else who lands here - you may need to edit your application settings and change the "Application Type" to "Single Page Application." In my case, it already was SPA, but changing it to "Regular Web App" and back to SPA fixed whatever the issue was.
The warning when changing the application type references removing Client Grants, so perhaps that was the issue?
same