Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Not under consideration
Workspace Cognos Analytics
Created by Guest
Created on Dec 7, 2020

Handling Refresh tokens(Schedule strategy) for Azure AD generic namespace.

In OIDC Generic security namespace , there is an option to use Refresh tokens as a scheduling strategy instead of using the password flow.

When this approach is used , refresh tokens will be used for getting an access token when the schedule runs/authenticates.

In some providers like OKTA , there is an option to set the expiry of the refresh token to unlimited ,

so that you can continue to use the refresh token indefinitely and do not have to ask the user to login once the schedule is created.

However for Azure AD , Refresh token implementation is a little different.

Every time a non interactive login is used (Like schedules) , the refresh token that is used to get access token , also gets a renewed refresh token.

Microsoft does not guarantee on the expiry of the old refresh token , and their recommendation is to discard the old refresh token that is used in the request and persist the new renewed refresh token in the application.

As per Microsoft there is no guarantee on the expiry of the old refresh token as the guidance is to use the renewed refresh token on every request.

Also as per RFC for oauth2 , recommendation is to use the new refresh token on every request.

https://tools.ietf.org/html/rfc6749#section-6

The current implementation for scheduling does not persist any new refresh token that is returned on the schedule run ,

but it keeps using the first ever refresh token that was created until the token expires.

User has to manually login and renew the credential to get a new refresh token after it expires.

This causes interruption in scheduled activity , and also nulls the purpose of implementing refresh tokens at the first place.

So the request is :

If a new refresh token is returned(Like in azure ad) then persist it in cognos .

If the new refresh token is not returned(Like in okta) then keep using the existing refresh token until it expires.

Needed by Date Dec 31, 2020
  • Guest
    Reply
    |
    May 31, 2022

    This request needs to be revived, this is ridiculous that an enterprise grade app does not have this integration

    Is this now possible in the MS Identity Platform in Cognos (ie not Azure AD the old API)????