The HTTPPost encoders need to inject the cspDigester and CSPNonceGenerator into the Velocity context to be used by the internal views of the RP.
cspDigester
CSPNonceGenerator
Done on OP and RP
I added the cspDigester and cspNonceGenerator to the post encoder and added the digester and generator to the velocity context if available.
Committed to the dev branch dev/JCOMOIDC-90.
The HTTPPost encoders need to inject the
cspDigester
andCSPNonceGenerator
into the Velocity context to be used by the internal views of the RP.