You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update SamlRealmTests to use TLSv1.2 only (#75324)
Recent JDK builds disable TLSv1 and TLSv1.1, which would cause this test
to fail whenever it was (randomly) configured to use those protocols.
For the purposes of this test it is no longer necessary to test with
older protocols, and the test can rely on TLSv1.2 instead.
Resolves: #73314
0 commit comments