-
Bug
-
Resolution: Done
-
Major
-
None
-
None
See https://docs.wildfly.org/30/WildFly_Elytron_Security.html#configure-authentication-with-certificates
In one of the steps, the CLIENT_CERT authentication mechanism is configured like:
/subsystem=elytron/http-authentication-factory=exampleCertHttpAuth:add(http-server-mechanism-factory=global,security-domain=exampleCertSD,mechanism-configurations=[{mechanism-name=CLIENT_CERT,mechanism-realm-configurations=[{realm-name=exampleApplicationDomain}]}])
The mechanism-realm-configurations/realm-name configuration is not used by the Certificate Authentication and should be removed from the example.
- is related to
-
JBEAP-25681 The "Security Domain/Cache type: Certificate" http-authentication-factory configuration is not fully persisted
- Closed