Skip to content

Commit aeaadd7

Browse files
Show only M2M clients in API Resources client list
ref DEV-2952
2 parents f58b01d + 43b8f18 commit aeaadd7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

portal/src/locale-data/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,7 @@
21992199

22002200
"APIResourceDetailsScreen.scopes.description": "Define the scopes (permissions) used by this resource.",
22012201
"APIResourceDetailsScreen.applications.description": "Authorize applications to request access tokens for this resource.",
2202-
"APIResourceDetailsScreen.applications.empty": "No M2M or OIDC application yet. Create one in the {ReactRouterLink, react, to{{to}} children{Applications}} section to proceed.",
2202+
"APIResourceDetailsScreen.applications.empty": "No M2M application yet. Create one in the {ReactRouterLink, react, to{{to}} children{Applications}} section to proceed.",
22032203

22042204
"APIResourceDetailsScreen.test.description": "Get an access token for your application to test the resource.",
22052205

portal/src/screens/api-resources/APIResourceDetailsScreenApplicationsTab.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export function APIResourceDetailsScreenApplicationsTab({
5151
?.filter((clientConfig) => {
5252
switch (clientConfig.x_application_type) {
5353
case "m2m":
54-
case "confidential":
5554
return true;
5655
default:
5756
return false;

0 commit comments

Comments
 (0)