Package swiss.trustbroker.oidc
Class CustomDPoPProofVerifier
java.lang.Object
swiss.trustbroker.oidc.CustomDPoPProofVerifier
Copied from spring-security-oauth2-authorization-server:
org.springframework.security.oauth2.server.authorization.authentication.DPoPProofVerifier
That class is final and the method package private.
So we cannot re-use that code.
invalidate is unchanged.
The copying means we are tied to an internal class from Spring Authentication Server.
Original Javadoc: A verifier for DPoP Proof Jwt's. DPoPProofJwtDecoderFactory, RFC 9449 OAuth 2.0 Demonstrating Proof of Possession (DPoP)
- Since:
- 1.5
-
Method Summary