Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software 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 Submitted
Created by Guest
Created on Oct 29, 2025

Python - Add MSAL library from Microsoft to call Azure API for authentication

We have a use-case to automate PKI calls using APIs in Azure but that requires the MSAL library from Microsoft: https://learn.microsoft.com/en-us/entra/identity-platform/msal-overview
However, when running the python script that relies in msal the import msal fails with: ModuleNotFoundError: No module named 'msal'.

Idea priority High
  • Guest
    Nov 18, 2025

    Hi
    Yes, we are trying to install it for all (manually) with:
    python3 -m pip install --proxy http://<proxy-host>:8080 --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org 'requests>=2.0.0,<3' --target /<target-path>/packages/

    However, if it would be part of the official python package from IBM we would always have the most current version. And all others would benefit from this as well and must not install it manually either. As certificate renewal can only be automated on an Azure PKI with this msal library approach,  unless you  have another idea?

  • Guest
    Oct 30, 2025

    msal can be downloaded from pypi.org - which is where Microsoft distributes it. Have you tried installing it from there (or your internal artifact repository cache/proxy) with pip install msal? IBM doesn't really have a way of packaging these things specifically. Also, in case the library doesn't run on z/OS Microsoft would have to provide the fix. (Disclaimer: I'm not with IBM)