openid-connect-generic
openid-connect-generic copied to clipboard
WordPress plugin to provide an OpenID Connect Generic client
Hello, All information used to create user are provided by $user_claim $_email = $this->get_email_from_claim( $user_claim, true ); For security reason, my idp don't have email into claims. Question : Do...
Hi folks, I'm trying to configure the plugin by using WP 5.8 and Oracle IDCS. For all purposes, the configuration looks ok. From IDCS Perspective, I'm generating the Client Secret...
Hi, I have install woocommerce plugin and the woocommerce got difference login url at "/my-account" How could I get the page "/my-account" get Auto login SSO same as "/wp-admin" Thanks...
**Describe the bug** > A clear and concise description of what the bug is. Please be as descriptive as possible; issues lacking detail, or for any other reason than to...
I have a bit of a strange issue with a WP install that I can't figure out if I've mis configured or if there is a bug. * I'm using...
Hi, This plugin is really useful and has the basic usage which we are looking for. I have a custom scenario where user info needs to stored in a different...
I'm using Keycloak as the OpenID server and the default `roles` mapper by default puts user's client roles in path in `resource_access.${client_id}.roles` token. This field is not present in the...
**Is your feature request related to a problem? Please describe.** No. This is a more dynamic way in solving current manual settings entry in the Plugin. **Describe the solution you'd...
Could we have a hook in error_redirect so we can redirect some place else other then wp_login_url I would like to redirect to example.com/login_error/bad-claim which would be a custom error...
### 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...