Tim Nolte
Tim Nolte
Further testing and production observations indicate there is also an issue with how sites are configured to redirect users from HTTP->HTTPS. If the site manages to load in some form...
This is something we could look at adding. You could also easily add your own MU Plugin to add say a REST API endpoint for logging out a user. Something...
JWS validation would be the preferred way to go. I'm concerned about the initiation since the WordPress cron is based on site visits and has potential misses. I'm already concerned...
@upachler if you submit a PR I can install in a Dev environment and test against Azure AD & Google Workspace as I have access to both of those.
@upachler sorry, but you must do your work in a feature branch off of `dev`. If your work started with `main` then you will need to start over with a...
@lasyan3 since the plugin provides methods for adding custom options it would seem like these options could be maintained separately as an add-on of sorts. I think it is wise...
https://github.com/openid/php-openid has been updated in the last 4-5 months so it does seem to still be maintained.
We can definitely look at adding either a query parameter or a hook to accomplish that. We'd want to add something around here: https://github.com/daggerhart/openid-connect-generic/blob/dev/includes/openid-connect-generic-login-form.php#L43
@petergandres are you referring to all users or just something like Super Admins as the feature request indicates?
@rzimmerr I thought that I had replied to this but it looks like I hadn't. I have just published a repo with must-use plugin example that should show you how...