该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Okta Authentication

描述

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/.

安装

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.

评价

此插件暂无评价。

贡献者及开发者

「Okta Authentication」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

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