Skip to Main Content
Integration


This is an IBM Automation portal for Integration products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Not under consideration
Workspace API Connect
Created by Guest
Created on Mar 16, 2021

Client Secret Rotation

API Connect application client id & secret don't expire so there is no way to force consumers to change it regularly. API Connect should provide either secret expiry or means to get the last password update date so that we can implement one on our own.
Case TS005134990

Idea priority Medium
RFE ID 149305
RFE URL
RFE Product IBM API Connect
  • Admin
    Dan Temkin
    Reply
    |
    Mar 27, 2024

    API Connect does provide the created_at and updated_at as part credentials object. At this point we are not planning on surfacing this information up to the Manager. Rotation of the Client ID or Client Secret without the close coordination of the API Consumer could cause an outage or negative impact.

    {

    "type": "credential",

    "api_version": "2.0.0",

    "id": "9b208cb7-xxxx-zzzz-aaaa-7162e579bf21",

    "name": "Credential-for-Demo",

    "title": "Credential for Demo",

    "summary": "Credential for Demo",

    "client_id": "REDACTED",

    "client_secret_hashed": "REDACTED",

    "client_secret": "REDACTED",

    "created_at": "2023-11-22T17:45:38.000Z",

    "updated_at": "2023-11-22T17:45:38.000Z",

    "org_url": "https://api-manager.us-east-a.apiconnect.automation.ibm.com/api/orgs/0269cda5-xxxx-zzzz-aaaa-94a869da1411",

    "catalog_url": "https://api-manager.us-east-a.apiconnect.automation.ibm.com/api/catalogs/0269cda5-xxxx-zzzz-aaaa-94a869da1411/e9e80b8e-xxxx-zzzz-aaaa-26b0ca7afeed",

    "consumer_org_url": "https://api-manager.us-east-a.apiconnect.automation.ibm.com/api/consumer-orgs/0269cda5-xxxx-zzzz-aaaa-94a869da1411/e9e80b8e-xxxx-zzzz-aaaa-26b0ca7afeed/d771a9a3-xxxx-zzzz-aaaa-0d537525f653",

    "app_url": "https://api-manager.us-east-a.apiconnect.automation.ibm.com/api/apps/0269cda5-xxxx-zzzz-aaaa-94a869da1411/e9e80b8e-xxxx-zzzz-aaaa-26b0ca7afeed/d771a9a3-xxxx-zzzz-aaaa-8de1-0d537525f653/0183dd27-xxxx-zzzz-aaaa-390da356e1ba",

    "url": "https://api-manager.us-east-a.apiconnect.automation.ibm.com/api/apps/0269cda5-xxxx-zzzz-aaaa-94a869da1411/e9e80b8e-xxxx-zzzz-aaaa-26b0ca7afeed/d771a9a3-xxxx-zzzz-aaaa-0d537525f653/0183dd27-xxxx-zzzz-aaaa-390da356e1ba/credentials/9b208cb7-xxxx-zzzz-aaaa-7162e579bf21"

    }