The core adapter library for integrating Keycloak authentication and authorization into Java applications, providing servlet filters and security contexts.
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-adapter-core</artifactId>
<version>25.0.3</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Configure a KeycloakConfigResolver to load Keycloak settings from a JSON file.
Ensure the adapter version matches your Keycloak server version.
No dependency data recorded yet.