Interface OidcResponseFilter


public interface OidcResponseFilter
Response filter which can be used to intercept HTTP responses from the OIDC provider.

Filter can be restricted to a specific OIDC endpoint with a OidcEndpoint annotation.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
    OIDC response context which provides access to the HTTP response status code, headers and body.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Filter OIDC responses.
  • Method Details

    • filter

      void filter(OidcResponseFilter.OidcResponseContext responseContext)
      Filter OIDC responses.
      Parameters:
      responseContext - the response context which provides access to the HTTP response status code, headers and body.