WordPress.org

Shqipëri

  • Tema
  • Shtojca
  • Asistencë
  • Mbi
  • Merrni WordPress-in
Merrni WordPress-in
WordPress.org

Plugin Directory

OpenID Connect Generic Client

  • Parashtroni një shtojcë
  • Të parapëlqyerat e mia
  • Hyni
  • Parashtroni një shtojcë
  • Të parapëlqyerat e mia
  • Hyni

Kjo shtojcë s’është testuar me 3 hedhjet e rëndësishme të fundit në qarkullim të WordPress-it. Mund të mos e mirëmbajnë më, ose mundet të mos mbulohet më dhe mund të ketë probleme përputhshmërie, kur përdoret me versione më të freskët të WordPress-it.

OpenID Connect Generic Client

Nga Jonathan Daggerhart
Shkarkim
  • Hollësi
  • Shqyrtime
  • Instalim
  • Zhvillim
Asistencë

Përshkrim

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

Instalim

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

PBR

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.

Shqyrtime

Great Plugin!

Robert 24 Shkurt, 2025
We have been using the plugin for several years. It’s without frills and works absolutely reliably. Many thanks!

It just works!

imoorena 28 Gusht, 2024
As simple as it needs to be with no added cruft. Easy to configure and use.

Best OpenID plugin and free!

Matthias Kittsteiner 17 Tetor, 2023
After testing multiple OpenID plugins – even paid one – this is by far the best. Thank you! Some suggestions for improvements: more flexible filtering, better documentation and enhanced multisite support.

Best Openid client plugin by far.

Xavi Ivars 27 Maj, 2023
Every other plugin is simply a trap to get you paying a premium version. This one simply works as expected, with no bloatware. 🙂

The best there is, lightweight and easy to use

V.E.L 2 Prill, 2023
Been trying all other OpenID plugins, ended up uninstalling them, premium issues, bloatware, etc. Tried this once only, now i’m using it on all my Wordpress sites. thanks a lot! I just hope it’s maintained.

Works

kumitterer 18 Shkurt, 2023
I tried a couple of other OIDC/OAuth2 client plugins and this is the only one that Just Works™ out of the box. Perfect.
Lexojini krejt 19 shqyrtimet

Kontribues & Zhvillues

“OpenID Connect Generic Client” është software me burim të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.

Kontribues
  • Jonathan Daggerhart
  • Tim Nolte

“OpenID Connect Generic Client” është përkthyer në 2 gjuhë. Faleminderit përkthyesve për ndihmesën e tyre.

Përkthejeni “OpenID Connect Generic Client” në gjuhën tuaj.

Ju intereson zhvillimi?

Shfletoni kodin, shkarkoni depon SVN, ose pajtohuni përmes RSS-je te regjistri i zhvillimeve.

Regjistër ndryshimesh

3.10.0

  • Chore: @timnolte – Dependency updates.
  • Fix: @drzraf – Prevents running the auth url filter twice.
  • Fix: @timnolte – Updates the log cleanup handling to properly retain the configured number of log entries.
  • Fix: @timnolte – Updates the log display output to reflect the log retention policy.
  • Chore: @timnolte – Adds Unit Testing & New Local Development Environment.
  • Feature: @timnolte – Updates logging to allow for tracking processing time.
  • Feature: @menno-ll – Adds a remember me feature via a new filter.
  • Improvement: @menno-ll – Updates WP Cookie Expiration to Same as Session Length.

3.9.1

  • Improvement: @timnolte – Refactors Composer setup and GitHub Actions.
  • Improvement: @timnolte – Bumps WordPress tested version compatibility.

3.9.0

  • Feature: @matchaxnb – Added support for additional configuration constants.
  • Feature: @schanzen – Added support for agregated claims.
  • Fix: @rkcreation – Fixed access token not updating user metadata after login.
  • Fix: @danc1248 – Fixed user creation issue on Multisite Networks.
  • Feature: @RobjS – Added plugin singleton to support for more developer customization.
  • Feature: @jkouris – Added action hook to allow custom handling of session expiration.
  • Fix: @tommcc – Fixed admin CSS loading only on the plugin settings screen.
  • Feature: @rkcreation – Added method to refresh the user claim.
  • Feature: @Glowsome – Added acr_values support & verification checks that it when defined in options is honored.
  • Fix: @timnolte – Fixed regression which caused improper fallback on missing claims.
  • Fix: @slykar – Fixed missing query string handling in redirect URL.
  • Fix: @timnolte – Fixed issue with some user linking and user creation handling.
  • Improvement: @timnolte – Fixed plugin settings typos and screen formatting.
  • Security: @timnolte – Updated build tooling security vulnerabilities.
  • Improvement: @timnolte – Changed build tooling scripts.

3.8.5

  • Fix: @timnolte – Fixed missing URL request validation before use & ensure proper current page URL is setup for Redirect Back.
  • Fix: @timnolte – Fixed Redirect URL Logic to Handle Sub-directory Installs.
  • Fix: @timnolte – Fixed issue with redirecting user back when the openid_connect_generic_auth_url shortcode is used.

3.8.4

  • Fix: @timnolte – Fixed invalid State object access for redirection handling.
  • Improvement: @timnolte – Fixed local wp-env Docker development environment.
  • Improvement: @timnolte – Fixed Composer scripts for linting and static analysis.

3.8.3

  • Fix: @timnolte – Fixed problems with proper redirect handling.
  • Improvement: @timnolte – Changes redirect handling to use State instead of cookies.
  • Improvement: @timnolte – Refactored additional code to meet coding standards.

3.8.2

  • Fix: @timnolte – Fixed reported XSS vulnerability on WordPress login screen.

3.8.1

  • Fix: @timnolte – Prevent SSO redirect on password protected posts.
  • Fix: @timnolte – CI/CD build issues.
  • Fix: @timnolte – Invalid redirect handling on logout for Auto Login setting.

3.8.0

  • Feature: @timnolte – Ability to use 6 new constants for setting client configuration instead of storing in the DB.
  • Improvement: @timnolte – Plugin development & contribution updates.
  • Improvement: @timnolte – Refactored to meet WordPress coding standards.
  • Improvement: @timnolte – Refactored to provide localization.

See the previous changelogs here

Të tjera

  • Version 3.10.0
  • Përditësuar së fundi më 1 vit më parë
  • Instalime aktive 9 000+
  • Version WordPress-i 5.0 ose më i madh
  • E provuar deri me 6.4.5
  • Version PHP-je 7.4 ose më i madh
  • Gjuhë

    English (US), French (France) dhe German.

    Përkthejeni në gjuhën tuaj

  • Etiketa
    appsloginoauth2openidconnectsecurity
  • Pamje e Thelluar

Vlerësime

5 nga 5 yje të mundshëm.
  • 19 shqyrtime me 5 yje 5 yje 19
  • 0 shqyrtime me 4 yje 4 yje 0
  • 0 shqyrtime me 3 yje 3 yje 0
  • 0 shqyrtime me 2 yje 2 yje 0
  • 0 shqyrtime me 1 yje 1 yll 0

Shtoni shqyrtimin tuaj

Shihni krejt shqyrtimet

Kontribues

  • Jonathan Daggerhart
  • Tim Nolte

Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

Shihni forum asistence

Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

Dhuroni për këtë shtojcë

  • Rreth
  • Lajme
  • Strehim
  • Privatësi
  • Shembuj
  • Tema
  • Shtojca
  • Modele
  • Mësoni
  • Asistencë
  • Zhvillues
  • WordPress.tv ↗
  • Përfshihuni
  • Veprimtari
  • Dhuroni ↗
  • Pesë për të Ardhmen
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Shqipëri

  • Vizitoni llogarinë tonë X (ish Twitter)
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Vizitoni faqen tonë në Facebook
  • Vizitoni llogarinë tonë Instagram
  • Vizitoni llogarinë tonë LinkedIn
  • Visit our TikTok account
  • Vizitoni kanalin tonë YouTube
  • Visit our Tumblr account
Kodi është Poezi.