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

Hello there :) ! First of all, thank you for your work. While trying to set the settings of your plugin, I'm facing a "cURL error 52: Empty reply from...

**Is your feature request related to a problem? Please describe.** "OpenID connect generic" Wordpress plugin does not support front logout channel. **Describe the solution you'd like** Implementing "Front logout channel"...

enhancement

### All Submissions: * [x] Have you followed the [plugin Contributing guideline](https://github.com/oidc-wp/openid-connect-generi/blob/dev/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there...

enhancement
status: needs review

Add support for Azure AD B2C Password Reset policy.

enhancement
status: blocked

The plugin throws an error if the user session expires. This is expected behavior from `openid-connect-generic-dev/includes/openid-connect-generic-client-wrapper.php` but users think they did something wrong because it says "Error". It might be...

enhancement

Hi! We're getting this error when trying to login; `"{"error_description":"Scope parameter is not supported on an authorization code access_token exchange request. Scope parameter should be supplied to the authorize request.","error":"invalid_request"}"`...

help wanted

Hi, just wondering if there's any way to sync user data (custom fields) between Wordpress and Keycloak? If so, could someone point me in the right direction? Thanks!

documentation

I set 1800 to State time limit in plugin setting, but it keeps timeout after 3 minutes. The default value is not overwritten by the setting. **To Reproduce** Steps to...

help wanted
invalid

### All Submissions: * [x] Have you followed the [plugin Contributing guideline](https://github.com/oidc-wp/openid-connect-generi/blob/dev/.github/CONTRIBUTING.md)? * [x] Does your code follow the [WordPress' coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)? * [x] Have you checked to ensure there...

bug
status: needs review

Currently the `post_logout_redirect_uri` is always `https://about.lovia.life/wp-login.php?loggedout=true&wp_lang=en_US`, which is not always desirable, and may cause error because it's not an allowed post_logout URI, e.g. with FusionAuth: ``` Error We're sorry, your...

enhancement