Configure SRP authentication

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3782

This topic has not yet been written. The content below is from the topic description.
The SRPLoginModule and the standard ClientLoginModule must be configured to allow SRP authentication credentials to be used for access validation to security Java EE components. An example login configuration is described in Example 13.1, “Login Configuration Entry” . Example 13.1. Login Configuration Entry srp { org.jboss.security.srp.jaas.SRPLoginModule required srpServerJndiName="SRPServerInterface" ; org.jboss.security.ClientLoginModule required password-stacking="useFirstPass" ; };