Skip to content

Commit 1685299

Browse files
committed
Merge branch 'DDOC-1131-incorrect-information-client-credentials' of github.com:box/developer.box.com into staging
2 parents bcb35fe + 6e76e25 commit 1685299

File tree

1 file changed

+2
-2
lines changed
  • content/guides/authentication/client-credentials

1 file changed

+2
-2
lines changed

content/guides/authentication/client-credentials/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ If you would like to authenticate as an admin or a managed user:
5252

5353
- set `box_subject_type` to `user`
5454
- set `box_subject_id` to the user ID
55-
- enable **Generate User Access Tokens** in the Box [Developer Console][devconsole]
55+
- enable **App + Enterprise Access** and **Generate User Access Tokens** Box [Developer Console][devconsole]
5656

5757
<Samples id='x_auth' variant='with_ccg_admin_managed_user' ></Samples>
5858

5959
If you would like to authenticate as any application user:
6060

6161
- set `box_subject_type` to `user`
6262
- set `box_subject_id` to the user ID
63-
- enable **App + Enterprise Access** and **Generate User Access Tokens** Box [Developer Console][devconsole]
63+
- enable **Generate User Access Tokens** in the Box [Developer Console][devconsole]
6464

6565
<Samples id='x_auth' variant='with_ccg_app_user' ></Samples>
6666

0 commit comments

Comments
 (0)