]
Darran Lofthouse updated ELY-1200:
----------------------------------
Fix Version/s: 1.1.0.Beta48
Elytron - when security Providers are not configured correctly in
AuthenticationConfiguration, remoting connection hangs during SASL authentication
---------------------------------------------------------------------------------------------------------------------------------------------------
Key: ELY-1200
URL:
https://issues.jboss.org/browse/ELY-1200
Project: WildFly Elytron
Issue Type: Bug
Components: SASL
Reporter: Josef Cacek
Assignee: David Lloyd
Priority: Critical
Fix For: 1.1.0.Beta48
When AuthenticationConfiguration contains wrongly configured security Providers (null
used), the management remoting connection hangs during SASL authentication.
{code:java}
AuthenticationConfiguration.useProviders(() -> new Provider[] { null })
{code}
*Expected behavior:*
Execution should fail immediately.