Linux 软件免费装

OpenID Connect Generic Client

开发者 daggerhart
tnolte
更新时间 2024年4月9日 10:03
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.4.3
版权: GPLv2 or later
版权网址: 版权信息

标签

security login authentication apps sso autologin oauth2 openidconnect

下载

3.8.4 3.8.0 3.8.3 3.5.0 3.6.0 3.7.0 3.7.1 3.8.1 3.8.2 3.4.1 3.8.5 3.9.0 3.3.1 3.9.1

详情介绍:

This plugin allows to authenticate users against OpenID Connect OAuth2 API with Authorization Code Flow. Once installed, it can be configured to automatically authenticate users (SSO), or provide a "Login with OpenID Connect" button on the login form. After consent has been obtained, an existing user is automatically logged into WordPress, while new users are created in WordPress database. Much of the documentation can be found on the Settings > OpenID Connect Generic dashboard page. Please submit issues to the Github repo: https://github.com/daggerhart/openid-connect-generic

安装:

  1. Upload to the /wp-content/plugins/ directory
  2. Activate the plugin
  3. Visit Settings > OpenID Connect and configure to meet your needs

常见问题:

What is the client's Redirect URI?

Most OAuth2 servers will require whitelisting a set of redirect URIs for security purposes. The Redirect URI provided by this client is like so: https://example.com/wp-admin/admin-ajax.php?action=openid-connect-authorize Replace example.com with your domain name and path to WordPress.

Can I change the client's Redirect URI?

Some OAuth2 servers do not allow for a client redirect URI to contain a query string. The default URI provided by this module leverages WordPress's admin-ajax.php endpoint as an easy way to provide a route that does not include HTML, but this will naturally involve a query string. Fortunately, this plugin provides a setting that will make use of an alternate redirect URI that does not include a query string. On the settings page for this plugin (Dashboard > Settings > OpenID Connect Generic) there is a checkbox for Alternate Redirect URI. When checked, the plugin will use the Redirect URI https://example.com/openid-connect-authorize.

更新日志:

3.10.0 3.9.1 3.9.0 3.8.5 3.8.4 3.8.3 3.8.2 3.8.1 3.8.0 See the previous changelogs here