Package com.alpaca.security.oauth2


package com.alpaca.security.oauth2
  • Classes
    Class
    Description
    Converter that transforms a raw token response Map into a structured OAuth2AccessTokenResponse.
    Custom authentication failure handler for OAuth2 login flows.
    Custom Jackson deserializer for OAuth2AuthorizationRequest, enabling reconstruction of authorization requests from JSON data.
    Custom Jackson deserializer for OAuth2 authorization response type values.
    Authentication success handler for OAuth2 login flows.
    Cookie-based implementation of AuthorizationRequestRepository for storing and retrieving OAuth2AuthorizationRequest objects during OAuth2 login flows in a stateless manner.
    Custom OAuth2 authorization request resolver that extends the default Spring Security behavior to support Proof Key for Code Exchange (PKCE) by adding `code_verifier`, `code_challenge`, and `code_challenge_method` parameters into the authorization request.