Class AuthorizationEndpointChecker

java.lang.Object
org.keycloak.protocol.oidc.endpoints.AuthorizationEndpointChecker

public class AuthorizationEndpointChecker extends Object
Implements some checks typical for OIDC Authorization Endpoint. Useful to consolidate various checks on single place to avoid duplicated code logic in different contexts (OIDC Authorization Endpoint triggered from browser, PAR)
Author:
Marek Posolda