openid-connect-generic icon indicating copy to clipboard operation
openid-connect-generic copied to clipboard

WordPress plugin to provide an OpenID Connect Generic client

Results 156 openid-connect-generic issues
Sort by recently updated
recently updated
newest added

Hi, I notice that the current wiki for [How to setup plugin development environment](https://github.com/oidc-wp/openid-connect-generic/wiki/How-to-setup-the-plugin-development-environment) is outdated as the current project is running on Devcontainers. I finished setting up the project...

enhancement

**Is your feature request related to a problem? Please describe.** In an attempt to put some authority behind the use of this plugin there could be some benefit to exploring...

enhancement

The token request host header should include the port number in the same way it is handled on the userinfo request. This is causing token validation to fail on my...

bug

Hi, You are passing `$atts` to `get_authentification_url()` in `make_login_button()` but everything beside `button_text` is removed from `$atts`. So If I do the shortcode like that: `[openid_connect_generic_login_button button_text="Über Learnlinked anmelden" redirect_to="test"]`...

bug

Hi 🖖 I'm trying to configure the plugin with France Connect, the french government SSO. After configuration and connection try, i've got this error : `{"status":"fail","message":"The following fields are missing...

enhancement

Somehow i mixed up some things here. The shortcode is already a custom one. Original question: The keycloak registration looks like `https://keycloakrealms/test-realm/protocol/openid-connect/registrations?response_type=code&scope=email%20profile%20openid%20offline_access%20roles&client_id=oeh-shop&redirect_uri=https%3A%2F%2Fdev.local%2Fwp-admin%2Fadmin-ajax.php%3Faction%3Dopenid-connect-authorize` The shortcode `[openid-connect-generic-signup-url]` creates a completly different url....

enhancement

Hi. I'm using this plugin to connect Wordpress to Authelia. Here is a screenshot of what values it wants. What do I set for Login Endpoint, Userinfo Endpoint, etc. ?...

**Update** (2024-10-16): I have been in contact with @daggerhart and there is a transition happening. The scope of enhancements that will be considered will be changning, and the process of...

**Describe the bug** Hi, I managed to link this plugin to our SSO server from Synology and log in works great. There is only one bug that prevents me from...

bug

We do have this quote often and today - right as I was typing this report - it finally occurred to me. We use Google Cloud Platform + custom SSO...

bug