Does Confluence Support DIGEST MD5

Still need help?

The Atlassian Community is here for you.

Ask the community

Unable to render {include} The included page could not be found.

Symptoms

In the atlassian-user.xml, for the <securityAuthentication> element, does Confluence support "DIGEST-MD5", rather than "simple"?

Resolution

Confluence does not support the DIGEST-MD5 in our atlassian-user.xml file. If you set as DIGEST-MD5, then the following properties will also need to be set.

java.naming.security.sasl.authorizationId
java.naming.security.sasl.realm
javax.security.sasl.qop
javax.security.sasl.strength
javax.security.sasl.server.authentication
javax.security.sasl.maxbuffer
javax.security.sasl.policy.noplaintext
javax.security.sasl.policy.noactive
javax.security.sasl.policy.nodictionary
javax.security.sasl.policy.noanonymous
javax.security.sasl.policy.forward
javax.security.sasl.policy.credentials

These parameters could potentially be passed as properties to the JVM startup (setenv.sh/bat): -

Confluence code does NOT read these properties in the xml file, so this workaround should work theoretically, though Atlassian has not officially tested this configuration.

Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.