<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
OIG Access Requests - Okta Add/Remove User Group or Application Actions Fail when Data Source is a Multi-Select Dropdown
Okta Classic Engine
Identity Governance
Okta Identity Engine
Overview

When an Okta Access Request is configured to add/remove a user from a group or application with a multi-select dropdown, and more than one item is selected, the action will fail with the following in the request activity history:

  • Group Action:
    • Failed to run task: Add User to Group (The user group couldn’t be found in your Okta instance.)
  • Application Action:
    • Failed to run task: Add User to Application (The app instance couldn’t be found in your Okta instance.)
Applies To
  • Okta Identity Governance
  • Access Request (Request Types)
Cause

Access Request group and application actions will only allow for one input as there is no logic for multiple group or application inputs at this time.

Solution

The following 3 options for a solution would be to:

  1. Disable the Multi-Select option and alter the design of request(s);
  2. Continue to use the Multi-Select option;
    • Use multiple action cards and build out logic paths for each possible combination; 
      • Example: Have a separate Action for each possible Group, and statically set the Group to be added to in the Details and Logic tab.
        • This image shows getting added to a group called Group 1, and the Action would have to be repeated for each possible group.
Add to Group Multi Select
  1. Continue to use the Multi-Select option (Alternate).
    • Pass the multi-select value along with the requester email into the 'Run a Workflow' action. The Workflow design/flow would then parse the string and add the user to each group/application.

 

Related References

 
Loading
OIG Access Requests - Okta Add/Remove User Group or Application Actions Fail when Data Source is a Multi-Select Dropdown