[jboss-jira] [JBoss JIRA] (WFLY-10359) Allow definition of mechanisms in SortedMechanismSaslServerFactory after server is started for WFLY-10353

Jiri Ondrusek (JIRA) issues at jboss.org
Fri May 11 03:30:00 EDT 2018


     [ https://issues.jboss.org/browse/WFLY-10359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Ondrusek updated WFLY-10359:
---------------------------------
    Summary: Allow definition of mechanisms in SortedMechanismSaslServerFactory after server is started for WFLY-10353  (was: anonymous authentication for ejbs using legacy configuration)


> Allow definition of mechanisms in SortedMechanismSaslServerFactory after server is started for WFLY-10353
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-10359
>                 URL: https://issues.jboss.org/browse/WFLY-10359
>             Project: WildFly
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 13.0.0.Beta1
>            Reporter: Jiri Ondrusek
>            Assignee: Jiri Ondrusek
>
> Anonymous authentication for ejbs works on EAP 7.0.x using the following configuration:
>         <subsystem xmlns="urn:jboss:domain:remoting:4.0">
>             <endpoint/>
>             <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm">
>                 <properties>
>                     <property name="SASL_MECHANISMS" value="ANONYMOUS,PLAIN"/>
>                     <property name="SASL_POLICY_NOANONYMOUS" value="false"/>
>                 </properties>
>             </http-connector>
>         </subsystem>
> Unfortunately, this same configuration does not work on 7.1.1.  It looks
> like the server still wants to use DIGEST-MD5 based authentication.
> Has the legacy based configuration (non-elytron) for anonymous ejb
> access changed on eap 7.1.1?
> I am attaching the standalone.xml, server.log and client log.
> Customer does not want to use elytron at the moment.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list