3.12. Digest Authentication

The following topics are covered:

3.12.1. Server configuration
3.12.2. OrganizationService implementation requirements

Digest access authentication is one of the agreed methods a web server can use to negotiate credentials with a web user's browser. It uses encryption to send the password over the network which is safer than the Basic access authentication that sends plaintext.

Technically digest authentication is an application of MD5 cryptographic hashing with usage of nonce values to discourage cryptanalysis. It uses the HTTP protocol.

Copyright ©2012. All rights reserved. eXo Platform SAS