Tim Nolte
Tim Nolte
@akselhenriksen79 what Identity Provider are you using?
@akselhenriksen79 this sounds like a misconfigured IDP. Are they using their own Keycloak install? What service is providing your clients IDP?
@upachler if you are using PHP functions that are only available in a newer PHP version then that is the problem. The checks should list where the problem is, looking.
@upachler I checked the failed build and it's actually failing on a dependency supposedly. I'm going to have to run another `dev` build and see if something has changed with...
@upachler I'm a bit concerned about this functionality being centered around Keycloak. The core functionality should be generalized with hooks provided for specific IDP customization. I'd like to see this...
@daggerhart should we update the description of the "Alternate Redirect URI" settings section to mention the availability of the new filter? Also we need to make sure to update the...
@fvdm I'm wondering if you have tried using the [configuration constants](https://github.com/oidc-wp/openid-connect-generic/wiki/Configuration-Environment-Variables-Constants) in the `sunrise.php` file or in the `wp-config.php` file? That may actually work to configure all of the sites...
@drzraf I think this is probably both a big and an enhancement, given them the plugin wasn't designed to handle the offline login method being used. However, replacing a valid...
@lucasmkrolow does Next loud actually support the OpenID Connect standard. Mini Orange also provides solutions for SAML which is not the same thing as OpenID Connect. Can you provide a...
The plugin also provides settings hooks so that you can also write an add-on to provide additional settings and functionality. It's a pretty tall order to attempt to provide this...