khelnor
khelnor

Reputation: 157

WSO2 APIM 3.0.0: Issue when updating clientsecret in devportal

I am using devportal in the 3.0.0 version and I am using a separated instance for Keymanager. In Keymanager, in the service provider admin_admin_store when I refresh the clientsecret, I notice that the devportal instance will always use the old clientsecret and not the new one.

After looking into APIMGT database, I notice that devportal is reading the consumer secret from the table AM_SYSTEM_APPS and that the Keymanager is writing the new consumer secret in the table IDN_OAUTH_CONSUMER_APPS.

Do I misconfigured something or is it a bug ?

Upvotes: 1

Views: 84

Answers (1)

Malintha
Malintha

Reputation: 421

If we regenerate any system apps (eg:admin_publisher) used for API Manager portals, the client secret needs to be manually edited in the AM_SYSTEM_APPS table in the corresponding row. Currently automatically updating the table is not supported.

Upvotes: 1

Related Questions