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 Not under consideration
Workspace z/OS Connect
Created by Guest
Created on Jan 5, 2017

zCEE to have an option for a SAF call to check if the authenticated user was authorised to invoke a service

Client would prefer that zCEE did a SAF call to check if the authenticated user was authorised instead of using the RACF groups referenced in server.xml

Idea priority Medium
  • Guest
    Reply
    |
    Oct 9, 2017

    Whilst this requirement is valid, based on our current plans and priorities for IBM z/OS Connect Enterprise Edition, it is not likely that this could be implemented in the next 12 months. Correspondingly this requirement is being declined at this point. The requirement will be kept in the RFE system and might be reassessed in the future. You also have an opportunity to resubmit in twelve months time if you wish it to be reconsidered then.

  • Guest
    Reply
    |
    Jan 31, 2017

    Additional comments from the client:

    Description:
    The product z/OS Connect Enterprise Edition (zCEE) currently has the means to perform System Authorisation Facility (SAF) calls to perform access authorisation checks … and it does against resources in the APPL class and its own EJBROLE class. These current checks simply verify that the user can use zCEE.

    However, the more granular controls that dictate which services a user can use in zCEE (administrative, operational, invoke or no authority to services) are managed via the product's “Authorisation Interceptor” feature which does not use SAF authorisation calls but rather checks the configuration of the user's security profile (it checks the user's membership in specific groups).

    This RFE is requesting that the product be enhanced to perform the preferred SAF calls to determine which services in zCEE a user can use.


    Private Business justification:

    Checking a user profile configuration is not a proper security check.


    This is like saying :
    “if the name field associated with the user id starts with ‘BRUCE' allow the user full administrative authority”.

    The problems with this style of control are numerous, including:

    · There is no accountability - there is no way to know that these checks/decisions are being made and who is using the services – i.e. no SMF logging is possible.
    With a SAF call, all resources (or users of those resources) can have various levels of auditing turned on so usage and accountability can be determined

    · There is no flexibility - security administrators are confined to using just one group per service …. And this can't be changed to another group without a major change to the product configuration.
    With a SAF call, access to a resource is checked which has an associated access list that can provide access directly to users and/or to one or more groups.

    · Risk of disruption - security administrators could very easily remove or delete the groups as there is no apparent purpose for them (they provide no access and there is no trail of them being used). Groups are meant to be purely internal security constructs to allow administrators to associate users with collections of access or to establish ownership hierarchies … using them as zCEE is doing is entirely inappropriate.

    · Compromises Reporting - this approach compromises our access reporting in that there are “invisible” accesses enjoyed by anyone connected to these groups … none of our reporting (nor any commercial security tools like zSecure/Vanguard) attributes any entitlements based purely on the membership of a group but rather the resources where groups or user ids appear on access lists.