Skip to content

Commit

Permalink
Update create-oauth-client.mdx
Browse files Browse the repository at this point in the history
clean up whitspaces?
  • Loading branch information
tjheffner authored Nov 14, 2023
1 parent ff4c30b commit cdff3c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions www/content/tutorials/preview-mode/create-oauth-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ As from `next-drupal 1.5`, user roles are used for OAuth scopes. The scopes are

Next, assign the following permissions to the newly created role.


- 'access content'
- 'access user profiles'
- 'issue subrequests'
Expand All @@ -38,7 +37,7 @@ Next, assign the following permissions to the newly created role.

<Callout>

We are assigning the _Bypass content access control_ permission to allow Next.js to access unpublished content and revisions.
We are assigning the _view all revisions_ and _view any unpublished content_ permissions to allow Next.js to access unpublished content and revisions.

This scope is only going to be used when making authenticated requests from Next.js to Drupal.

Expand Down

0 comments on commit cdff3c5

Please sign in to comment.