<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
0D54z0000A5aeOqCQIOkta Classic EngineAdministrationAnswered2026-05-01T09:01:18.000Z2024-04-12T00:12:59.000Z2024-04-30T17:51:11.000Z

dse7i (dse7i) asked a question.

Which permission for a custom admin role is to allow GroupPushMapping?

We want to use a custom admin role to create new groups. These new groups should be pushed to AWS automatically via push rule. Okta keeps failing to do so because it thinks thinks the custom admin role should have privileges on the app.

 

We already gave our custom admin role the following permissions with a resource set with all users, groups, apps.

  "okta.apps.assignment.manage",

  "okta.apps.read",

  "okta.groups.appAssignment.manage",

  "okta.groups.create",

  "okta.groups.manage",

  "okta.groups.members.manage",

  "okta.groups.read",

  "okta.users.read",

  "okta.users.appAssignment.manage",

  "okta.users.groupMembership.manage",

 

Which permission are we missing?

https://developer.okta.com/docs/reference/api/roles/*permission-types

 

This is the error message in the logs

"displayMessage": "Due to improper permissions from User 00u<user-id> in creating GroupPushMapping(s) for UserGroup <our-group>, these GroupPushRule(s) have been skipped [g<grp-id>]",

"eventType": "app.user_management.grouppush.mapping.created.from.rule.errors",


This question is closed.
Loading
Which permission for a custom admin role is to allow GroupPushMapping?