keycloak-scim/server-spi-private/src/main/java/org/keycloak
2022-10-25 09:01:33 +02:00
..
authentication OTP Application SPI (#14800) 2022-10-18 14:42:35 +02:00
authorization Reduce number of calls to the storage for clients and realms 2022-10-21 15:08:39 +02:00
broker Avoid login failures in case of non-existing group or role references and update references in case of renaming or moving 2022-10-13 13:23:29 +02:00
cluster Disable Infinispan for map storage and avoid the component factory when creating a realm independent provider factory 2022-07-22 08:20:00 +02:00
component When ternary conditional operator uses primitive type it could throw NPE in some cases 2021-12-15 10:25:54 +01:00
connections/httpclient KEYCLOAK-16828 Fix HttpClient failures and close HttpResponses 2021-01-28 08:38:34 +01:00
credential Introduce crypto module using Wildfly Elytron (#14415) 2022-09-27 08:53:46 +02:00
crypto [#11036] Identity Providers: Add support for elliptic curve signatures (ES256/ES384/ES512) using JWKS URL 2022-06-21 10:52:25 -03:00
device Update to UA Parser 1.5.2 (#10030) 2022-02-08 11:28:59 +01:00
email KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
events Remove deprecated methods from data providers and models 2022-10-25 09:01:33 +02:00
executors KEYCLOAK-5371 Fix SessionExpirationCrossDCTest, Added ExecutorsProvider. Debug support for cache-servers in tests 2017-10-10 22:30:44 +02:00
exportimport Move UserFederatedStorageProvider into legacy module 2022-09-11 18:37:45 +02:00
forms Remove text based login flows (#13249) 2022-07-22 15:15:25 +02:00
headers KEYCLOAK-13128 Security Headers SPI and response filter 2020-04-28 15:28:24 +02:00
keys Remove deprecated methods from data providers and models 2022-10-25 09:01:33 +02:00
migration Encapsulate MigrationModelManager in legacy module 2022-06-28 10:53:04 +02:00
models Remove deprecated methods from data providers and models 2022-10-25 09:01:33 +02:00
policy Renaming SingleUserCredentialManager and UserModel.getUserCredentialManager(): 2022-06-21 08:53:06 +02:00
protocol Support for post_logout_redirect_uris in OIDC client registration (#12282) 2022-07-25 10:57:52 +02:00
provider Fix embedded theme-resources lookup in Keycloak.X 2022-01-21 09:52:26 -03:00
scripting [KEYCLOAK-4902] - Refactoring and improvements to processing of authz requests 2018-08-07 10:53:40 -03:00
services Disable Infinispan for map storage and avoid the component factory when creating a realm independent provider factory 2022-07-22 08:20:00 +02:00
sessions Move non-map-storage related classes to new package 2022-07-15 09:46:29 -03:00
storage Modify RealmsAdminResource.importRealm to work with InputStream 2022-09-26 20:58:08 +02:00
theme KEYCLOAK-6289 Add ThemeSelectorSPI 2018-01-18 09:14:13 +01:00
timer KEYCLOAK-12218 Remove redundant modificators from module "server-spi-private" 2019-11-26 08:29:30 +01:00
transaction
truststore [KEYCLOAK-14343] Truststore SPI support for LDAP with StartTLS 2020-06-11 18:07:53 +02:00
userprofile Enable MapUserProvider storing username with the letter case significance 2022-09-09 11:46:11 +02:00
utils Fix ComponentsTest failures with CockroachDB 2022-10-21 10:48:08 +02:00
validate KEYCLOAK-18497 - Support different input types in built-in dynamic forms 2021-09-20 09:14:49 -03:00
validation KEYCLOAK-14306 OIDC redirect_uri allows dangerous schemes resulting in potential XSS 2020-11-12 08:21:54 +01:00
ServerStartupError.java