openid-connect-generic
openid-connect-generic copied to clipboard
WordPress plugin to provide an OpenID Connect Generic client
### 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...
We left the state timeout at 180s but some users are still timing out. Unfortunately they're seeing the login page still when we'd prefer that they just went back to...
It would be great if i could e.g. specify a role or an attribute on the settings page. (e.g. required role) If the userinfo does not have that specified role...
**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** My service needs to segment OIDC from the...
### All Submissions: * [ ] 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...
### 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...
**Describe the bug** Currently when the Privacy mode is turned on to put the entire site behind OIDC authentication this only protects standard web requests. Currently, the REST(and presumably others)...
OIDC on wordpress api's using keycloak [wordpress api's are open even after activating the plugin]
**Is your feature request related to a problem? Please describe.** As i started my journey as a developer, I found the requirement of OIDC to one of the wordpress application....
**Description** I dont know since when it was not working anymore. But before it was working without errors. Now ill get always the message "Invalid State". I tested around and...
**Describe the bug** When using [openid_connect_generic_auth_url] shortcode with Oxygen Builder, the URL is missing ":" after "https". It results in a DNS error. The [openid_connect_generic_login_button] works. **To Reproduce** Steps to...