Okta IAM
Integrate with Okta's Identity Access Management service to execute CRUD operations to employee lifecycle processes.
- Category
- Authentication & Identity Management
- Pack
- 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 settings
- create-user-enabled — Allow creating users
- update-user-enabled — Allow updating users
- enable-user-enabled — Allow enabling users
- disable-user-enabled — Allow disabling users
- create-if-not-exists — Automatically create user if not found in update command
- mapper-in — Incoming Mapper (required)
- mapper-out — Outgoing Mapper (required)
- max_fetch — Fetch limit (recommended value is less than 200)
- isFetch — Fetch incidents
- incidentFetchInterval — Incidents Fetch Interval
- incidentType — Incident type
- auto_generate_query_filter — Query only application events configured in IAM Configuration
- fetch_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-fields — Retrieves 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-user — Creates a user.
- iam-disable-user — Disable an active user.
- iam-get-group — Retrieves the group information, including its members.
- iam-get-user — Retrieves a single user resource.
- iam-update-user — Updates an existing user with the data passed in the user-profile argument.
- okta-get-app-user-assignment — Returns information about application's user assignment.
- okta-get-logs — Gets logs by providing optional filters.
- okta-iam-get-configuration — Gets the IAM configuration data from the integration context.
- okta-iam-list-applications — Returns a list of Okta applications data.
- okta-iam-list-user-applications — List all applications assigned to a user.
- okta-iam-set-configuration — Updates IAM configuration data in the integration context.