wp-openid-connect-server
wp-openid-connect-server copied to clipboard
Use OpenID Connect to log in to other webservices using your own WordPress
I recently went through the task of installing and configuring the `OpenID Connect Server` plugin on the WordPress website. I faced a few issues along the way. Reviewing the ['Genning...
Would it be possible to add the `oidc_no_permission_error_message` filter hook to the `AuthenticateHandler` class to customize the error message when the current user has no permission? In our case, we...
Hi there, I’m pretty brand new to running/configuring WordPress, so apologies if these questions seem silly. I’ve read the README, but I’m still a bit unclear as to which files...
Currently, when removing the plugin, I get the error below: ``` PHP Fatal error: Uncaught Error: Class 'OpenIDConnectServer\OpenIDConnectServer' not found in //wp-content/plugins/openid-connect-server/uninstall.php:10 Stack trace: #0 //wp-admin/includes/plugin.php(1245): include_once() #1 //wp-admin/includes/plugin.php(960): uninstall_plugin('openid-connect-...')...
Hi, Is it possible to implement translation management? `load_plugin_textdomain`: https://developer.wordpress.org/reference/functions/load_plugin_textdomain/
Hi, We have two errors in the "Site Health" section of WP. ``` The public key constant OIDC_PUBLIC_KEY is malformed. The private key constant OIDC_PRIVATE_KEY is malformed. ``` Because, ```...
Docs are not too clear on how to configure the keys. We should mention specifically that they should be set in `wp-config.php`, and could also mention using `wp-cli` to set...
May I know if this plugin objective is to add feature to WordPress as full fledged OpenID Connect Server, so that other application user can login with WordPress credential as...
I've configured everything on the WordPress side and seems everything is working perfect, I'm trying to connect using the next auth client and I get this error. When I click...