Description

Http digest authentication security provider.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
algorithmVALUEi.h.s.p.h.H.AlgorithmMD5Digest algorithm to use
nonce-timeout-millisVALUELong86400000How long will the nonce value be valid. When timed-out, browser will re-request username/password
optionalVALUEBooleanfalseWhether authentication is required
principal-typeVALUEi.h.s.SubjectTypeUSERPrincipal type this provider extracts (and also propagates)
qopVALUEi.h.s.p.h.H.QopNONEOnly `AUTH` supported. If left empty, uses the legacy approach (older RFC version). `AUTH-INT` is not supported
realmVALUEStringHelidonSet the realm to use when challenging users
server-secretLISTString The nonce is encrypted using this secret - to make sure the nonce we get back was generated by us and to make sure we can safely time-out nonce values
usersLISTi.h.s.p.h.C.ConfigUser Set user store to obtain passwords and roles based on logins

See the manifest for all available types.