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.12 or higher
  • Data Widget module
  • Encryption Module
  • Community Commons
  • Json-simple jar file


Configuration


  1. Grant the Administrator the Administrator module role
  2. Create a page that uses the SNIP_Okta_Overview snippet from the _USE_ME module
  3. Make sure the encryption key constant is filled
  4. Configure the authentication by filling in the token and base URL.
  5. In Okta, you can get the token by going to Security → API → Token

  6. Test out the authentication by trying out the explorer.
  7. You are ready to use the module.

Releases

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