jakartaee / security

Jakarta Security
https://projects.eclipse.org/projects/ee4j.security
Other
45 stars 39 forks source link

Add authentication mechanism for DIGEST #190

Open arjantijms opened 3 years ago

arjantijms commented 3 years ago

Jakarta Security 2.0 provides support for the authentication mechanisms that were originally defined in Servlet, namely FORM and BASIC. Servlet defines two additional mechanisms: DIGEST and CLIENT-CERT. These had not been implemented due to time constraints.

For completeness DIGEST should be added to Jakarta Security as well.

arjantijms commented 2 years ago

Again, nobody had time for this.