Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Okta Authentication

Beschrijving

Enables Okta integration for WordPress. This plugin requires that you have an Okta account. You can create a development account for free at https://developer.okta.com/signup/.

Installatie

Simply install and activate the plugin. There will be an Okta item in your admin menu with full instructions on how to configure your Okta integration. The client key and secret that you provide will be stored in the database, unless you add them to your wp-config.php. Those values get sent over to the Okta server URL that you provide in order to interact with your Okta app and authenticate the user. The response is not cached in WordPress, and the Okta tokens automatically expire.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Okta Authentication” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Okta Authentication” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.0.3

  • Fix for user creation with invalid password
  • Adjust login flow for custom user mapping
  • Escaping and L10N

0.0.2

  • Fix for okta_username filter

0.0.1

  • Initial commit