Hi @this-that-the-otter ,
AEM 6.5+ does support Java 11, but only after SP6.5.4.0 and higher. The symptoms you describe login failures, SAML redirect issues, and internal password mismatches often stem from:
- Incompatible bundles (compiled for Java
- Improper bootdelegation or JVM flags
- C...