]
Darran Lofthouse updated WFLY-7260:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
Document in elytron model *-client-auth are mutual exclusive
------------------------------------------------------------
Key: WFLY-7260
URL:
https://issues.jboss.org/browse/WFLY-7260
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Martin Choma
Assignee: Jan Kalina
Priority: Minor
Fix For: 11.0.0.Alpha1
Add to documentation information that need-client-auth and want-client-auth are mutually
exclusive. If one is set other is unset.
Now we just have:
* {{want-client-auth}} - "Set wantClientAuth on the underlying SSLContext - if a
security domain is referenced this will automatically be set to true."
* {{need-client-auth}} - "Set needClientAuth on the underlying SSLContext."