Skip to content
Commit fbbe8506 authored by Krzysztof Nowicki's avatar Krzysztof Nowicki
Browse files

Add public key authentication job implementation

This job handles the public key authentication as per MS-PKAP
specification. It accepts the PKeyAuth redirect URI, constructs the
authentication response and sends the request to the provided
endpoint. The result is expected to contain the OAuth2 code, which is
passed to the request sender.

The implementation makes use of the QCA library to perform
cryptographic operations.
parent bc8ac673
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment