Skip to content

Commit 113aab8

Browse files
committed
Remove incorrect info
1 parent d875218 commit 113aab8

File tree

1 file changed

+7
-1
lines changed
  • content/guides/authentication/client-credentials

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ This error indicates either:
6969

7070
- the client ID and client secret passed are incorrect or are not for the same application,
7171

72-
- the `box_subject_id` cannot be used based on the selected [application access][aa]. For example, if you send in a `box_subject_type` of `enterprise` and your application is configured for App Access Only, the `grant credentials are invalid` error will be returned. **Exception**: a CCG app with App Access Only can send in the `box_subject_type` of `enterprise` to authenticate as its service account, but it can't authenticate as a managed user or an admin.
72+
- the `box_subject_id` cannot be used based on the selected [application access][aa].
73+
74+
<Message warning>
75+
76+
A CCG app with App Access Only can send in the `box_subject_type` of `enterprise` to authenticate as its service account, but it can't authenticate as a managed user or an admin.
77+
78+
</Message>
7379

7480
- to use a `box_subject_type` of `user`, your application should be configured to generate user access tokens in the **Advanced Features** section of the **Configuration tab**.
7581

0 commit comments

Comments
 (0)