]
David Lloyd moved WFLY-8838 to ELY-1200:
----------------------------------------
Project: WildFly Elytron (was: WildFly)
Key: ELY-1200 (was: WFLY-8838)
Component/s: SASL
(was: Remoting)
(was: Security)
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
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.