You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was invited to submit a PR for this based on my code at https://github.com/zzzi2p/jetty-multiauth . Unfortunately I won't be able due to lack of time and ability to test because my project is on 9.3/9.4. So I offer my code for some motivated person to adapt into a PR.
My class is an all-in-one authenticator that does SHA256, MD5, and Basic, if enabled. A couple things to consider:
Jetty version(s)
12.1.x
Enhancement Description
RFC7616 now specifies that
Digest
authentication can be performed with SHA-256 (was MD5 only before).Jetty's client can already support that, but on the server the MD5 algorithm is hardcoded, while should be configurable.
The text was updated successfully, but these errors were encountered: