]
Vladimir Dosoudil updated WFLY-8948:
------------------------------------
Labels: downstream_dependency (was: )
SAML2STSLoginModule cannot be configured with module options instead
of configFile
----------------------------------------------------------------------------------
Key: WFLY-8948
URL:
https://issues.jboss.org/browse/WFLY-8948
Project: WildFly
Issue Type: Bug
Components: EJB, Security
Reporter: Jiri Ondrusek
Assignee: Jiri Ondrusek
Labels: downstream_dependency
It is not possible to configure the SAML2STSLoginModule by using module options instead
of configFile:
<security-domain name="sts" cache-type="default">
<authentication>
<login-module
code="org.picketlink.identity.federation.bindings.jboss.auth.SAML2STSLoginModule"
flag="required" module="org.picketlink">
<module-option name="serviceName"
value="PicketLinkSTS"/>
<module-option name="portName"
value="PicketLinkSTSPort"/>
<module-option name="endpointAddress"
value="http://localhost:8080/picketlink-sts/PicketLinkSTS"/>
<module-option name="username" value="admin"/>
<module-option name="password" value="admin"/>
See BZ for more information.