Websphere Jwt keystore files , script is not working post Portal maintenance , Error : <serviceName> not found on the consumer portal !!
search cancel

Websphere Jwt keystore files , script is not working post Portal maintenance , Error : <serviceName> not found on the consumer portal !!

book

Article ID: 382413

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

while generating Websphere Jwt keystore files , script is not working post maintenance ,    we are seeing below error , app not found on the consumer portal . 

Error : <serviceName> not found on the consumer portal !!

1-  for the approvals, we are using  UI 

2 - Details app name  ( API_V1 and aggregator-api)


Environment

Portal 5.3 Saas

Cause

Because of overwriting FEATURE_FLAG_ENABLE_DEPRECATED_API setting. 

Resolution

can add all the deprecated APIs to the Setting. 

How to configure on Portal.

Login as Admin

1. Click on Portal API (Should be navigated to product's spec screen with selected Portal API)

2. Select the Application and Key in drop-downs and Authorize. 

3. Scroll down to Settings node and expand, select PUT and expand.

Enter the following paylaod.

 

name : FEATURE_FLAG_ENABLE_DEPRECATED_API
{
 "Name": "FEATURE_FLAG_ENABLE_DEPRECATED_API",
 "Uuid": "{{GENERATED_UUID}}",
 "Value": "APIS_ENDPOINT_VERSION_4_4,USERS_ENDPOINT_VERSION_4_5,APIS_ENDPOINT_2_0_VERSION_4_4,APPLICATIONS_ENDPOINT_VERSION_5_3_1,REQUESTS_ENDPOINT_VERSION_5_3_1"
}

4. Click Execute.