Deprecated Valves
PhenixID Authentication Services have been developed for a long period, and has over time seen numerous improvements, security enhancements, architectural changes, and new standards and best practices have been introduced. As part of this, a lot of valves have been deprecated - they are still there, but we don't encourage the use of them anymore.
- Consider solving the problem using other valves (there might be better valves/better ways to solve the problem)
- For example, HttpGetValve is a blocking valve, which might cause performance issues - try replacing it with for example HttpGetRequestValve
- In case OIDC and/or SAML-specific valves are used in conjunction with the legacy authenticators, consider transitioning to the new authenticator architecture