rwagner00
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Redis] please helpFirst things first — I see that the site appears to be back online, which is great!
Unfortunately, the only config changes that should be made in the wp-config.php file is the addition of authentication information for the plugin. Without more information, my guess is that the authentication information was incorrect and so the plugin was not able to connect to the Redis server. It should be noted that the values in the installation instructions are for example only and you’ll need to get your specific credentials from whomever your Redis server is with.
I hope this helps, feel free to respond to the thread if you encounter any bugs or issues!
Forum: Plugins
In reply to: [WP SAML Auth] Integration with AzureADUnfortunately, AD by itself is incompatible with SAML. ADFS is compatible with SAML and should work with our SAML Auth plugin, though generally for ADFS we recommend the https://www.ads-software.com/plugins/miniorange-saml-20-single-sign-on/ plugin as it’s been more thoroughly tested for ADFS integration.
Let me know if you have any other questions!
Forum: Plugins
In reply to: [WP Redis] Redis Hardening CompatibilityTwo part answer here.
If you’re using Redis hosted on Pantheon, we are not a shared environment and the recommendation to change the names of the command is not a necessary step. All sites/applications live in their own containers and don’t have access to each other.
If you’re using Redis hosted outside Pantheon, our plugin does not natively support changing command names and would require changes to the code of the plugin. While this is technically possible, we do not recommend doing so as it will make pulling in future updates subject to merge conflicts and other issues.
Let us know if that doesn’t answer your question or you need anything else, thanks!
Forum: Plugins
In reply to: [WP SAML Auth] Can we use an email alias to login into WordPress?I followed up with the team, and while this feature is (depending on what identity provider is being used) technically possible, it’s not a feature we’re looking to provide at this time. That said, it may be something we look at in the future, and we’re always willing to review pull requests. Thank you!
Forum: Plugins
In reply to: [WP SAML Auth] Can we use an email alias to login into WordPress?To clarify, do you want to change your primary email or do you want to log into an account with an alternate address?
Forum: Plugins
In reply to: [WP SAML Auth] simplesamlphp upgrade from 1.19.1 to 1.19.6 is giving issueThanks for the bug report, Pantheon is looking into it!