Okta Connector
Content Type: Module
Categories: Connectors
Overview
The Okta Connector allows you to easily connect your Mendix app with Okta, by providing the authentication mechanism, structured API calls for all supported operation types and example calls for most Okta Core API calls (https://developer.okta.com/docs/reference/core-okta-api/).
Documentation
Description
The Okta Connector allows you to easily connect your Mendix app with Okta, by providing the authentication mechanism, example API calls and an explorer to immediately try out these calls.
Features and limitations
- Manage authentication for your Okta integration
- Explorer to try out example API calls
- Example calls for CRUD operations on several Okta objects
- Only example calls for the Core API are included
Dependencies
- Mendix 9.24.29 or higher
- Data Widget module
- Encryption Module
- Community Commons
- Json-simple jar file
Configuration
- Grant the Administrator the Administrator module role
- Create a page that uses the SNIP_Okta_Overview snippet from the _USE_ME module
- Make sure the encryption key constant is filled
- Configure the authentication by filling in the token and base URL.
- In Okta, you can get the token by going to Security → API → Token
- Test out the authentication by trying out the explorer.
- You are ready to use the module.
Releases
Version: 2.0.3
Framework Version: 9.24.29
Release Notes: - upgrade to Studio Pro 9.24.29
- Added action to list user members of group
Version: 2.0.2
Framework Version: 9.24.12
Release Notes: - upgraded to 9.24.12
- added support for next links to retrieve paginated results
- added additional statuses to User.Status
-
Version: 2.0.1
Framework Version: 9.24.10
Release Notes: added additional User update action for partial updates
Version: 2.0.0
Framework Version: 9.24.10
Release Notes: Breaking
- Cleaned up module, potentially breaking changes
Changes
- Upgraded to 9.24.10
- Added exposed microflow actions
Version: 1.0.0
Framework Version: 8.12.7
Release Notes: Initial version of the Okta connector, contains the following features:
- Manage authentication for your Okta integration
- Explorer to try out example API calls
- Example calls for CRUD operations on several Okta objects