Skip to content

Draft: Add a service to validate Demonstrate Proof of Posession headers

Nick Malcolm requested to merge 425130-dpop-authentication-service into master

NOT FOR MERGING! Keep in draft

This is so Nick can clarify some questions with the original MR's author.

What does this MR do and why?

Add a service to validate Demonstrate Proof of Posession headers

This MR takes code from @ameyadarshan's original MR at !148175 (closed)

It focusses just on adding the service needed to validate the DPoP header, validate it, find the referenced user, and validate the DPoP signature (made using the user's public key) against the user's private key.

Work in progress.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #425130

Edited by Nick Malcolm

Merge request reports