You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/reference/scopes.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,11 @@ When [authorized as a user](../topics/authorization.md#authorized-as-a-user-or-a
87
87
88
88
The default policy allows any client and any user to request this scope.
89
89
90
-
### `urn:mas:admin`
90
+
However, as noted in the [Internal GraphQL API] documentation, access to the Internal GraphQL API from outside of MAS itself is deprecated in favour of the [Admin API].
91
91
92
-
This scope grants access to the MAS [Admin API].
92
+
### `urn:mas:admin`
93
93
94
-
Combined with the `urn:mas:graphql:*` scope, it also grants full access to the MAS [Internal GraphQL API].
95
-
This allows the authenticated entity to perform any operation on the API, regardless of whether the entity owns the data or not.
94
+
This scope grants full access to the MAS [Admin API].
96
95
97
96
The default policy doesn't allow everyone to request this scope.
0 commit comments