Okta IAM
Integrate with Okta's Identity Access Management service to execute CRUD operations to employee lifecycle processes.
Authentication & Identity Management · Okta
Configuration parameters
url— Okta URL (https://<domain>.okta.com) (required)credentials—apitoken— API Token (See detailed instructions)insecure— Trust any certificate (not secure)proxy— Use system proxy settingscreate-user-enabled— Allow creating usersupdate-user-enabled— Allow updating usersenable-user-enabled— Allow enabling usersdisable-user-enabled— Allow disabling userscreate-if-not-exists— Automatically create user if not found in update commandmapper-in— Incoming Mapper (required)mapper-out— Outgoing Mapper (required)max_fetch— Fetch limit (recommended value is less than 200)isFetch— Fetch incidentsincidentFetchInterval— Incidents Fetch IntervalincidentType— Incident typeauto_generate_query_filter— Query only application events configured in IAM Configurationfetch_query_filter— Fetch Query Filter (Okta system log events)first_fetch— First fetch timestamp (<number> <time unit>, e.g., 12 hours, 7 days)
Commands (12)
-
get-mapping-fieldsRetrieves a User Profile schema which holds all of the user fields within the application. Used for outgoing-mapping through the Get Schema option.
-
iam-create-userCreates a user.
-
iam-disable-userDisable an active user.
-
iam-get-groupRetrieves the group information, including its members.
-
iam-get-userRetrieves a single user resource.
-
iam-update-userUpdates an existing user with the data passed in the user-profile argument.
-
okta-get-app-user-assignmentReturns information about application's user assignment.
-
okta-get-logsGets logs by providing optional filters.
-
okta-iam-get-configurationGets the IAM configuration data from the integration context.
-
okta-iam-list-applicationsReturns a list of Okta applications data.
-
okta-iam-list-user-applicationsList all applications assigned to a user.
-
okta-iam-set-configurationUpdates IAM configuration data in the integration context.