auth0 / docs

Auth0 documentation
MIT License
369 stars 1.61k forks source link

Update QuickStart Python Doc #10309

Closed ansraliant closed 6 months ago

ansraliant commented 1 year ago

Added the setting of the scope to the client. While following the quickstart guide for python, when requesting an access token the scope read:messages was not included in the response.

After investigating, the defined screen to assign permissions, was actually a list of supported permissions for the API, but not the scopes granted to the client when requesting an access token.

Added that extra step to the quickstart