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

The WP Openid Connect Generic Client plugin gives the error ERROR (invalid-token): Invalid token. Although I can see in the browser, the request header is correct and contains the authorization...

**Describe the bug** When try to add Wordpress as OpenIddict client, an error happen because the configured scopes are send in the authorization_code request. **To Reproduce** Steps to reproduce the...

bug

**Is your feature request related to a problem? Please describe.** If you will be redirected for an erroneous reason to the login page and login back again, you’re not on...

enhancement

I would like to exclude single sites from the login enforcement (enforce_private = 1) but the action `template_redirect` is pretty hard/impossible to manipulate. Anyone know a way to conditionally remove...

I would like an easy way to change the text "Login with OpenID Connect" on the button on wp-admin to something more specific for our users, such as: "Login via...

enhancement

Hey ! I've tried to configure the plugin with a keycloak install but I always end up with a ERREUR (invalid_request): No refresh token. All the keys and credentials seems...

I have a user_claim coming in like this: ``` { "sub": "4e07df7d-c979-47a7-8c4b-a967637d3c74", "wp-groups": [ "/wp-editors" ], "email_verified": true, "name": "Homer Simpson", "preferred_username": "hsimpson", "given_name": "Homer", "family_name": "Simpson", "email": "[email protected]" }...

**Review Wiki** Please be sure to check the [GitHub Wiki](https://github.com/oidc-wp/openid-connect-generic/wiki) to see if your question has already been answered. **General usage questions** Hi - Thanks for the great project! I...

documentation

We just ran into the problem that logout was not working and kept showing the following error ``` error = invalid_redirect_uri redirect_uri = https://my-wp.tld/wp-login.php?loggedout=true&wp_lang=en_US ``` After some digging, I discovered...

documentation

**Is your feature request related to a problem? Please describe.** Let's suppose the company using WordPress with OIDC plugin wants to allow login only for users registered in / managed...

enhancement