keycloak-scim/server-spi-private/src/main/java/org/keycloak
Marek Posolda 3784fd1f67
Attempt to run snapshot Keycloak server against production DB should fail during migration
closes #30364

Signed-off-by: mposolda <mposolda@gmail.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-10-28 15:02:26 +00:00
..
authentication Make required actions configurable (#28400) 2024-05-23 08:38:36 +02:00
authorization Avoid iterating over user policies when removing users 2024-10-15 15:01:40 +02:00
broker Remove unnecessary AbstractConfigPropertySynchronizer class (#33002) 2024-09-18 08:58:32 +02:00
client/clienttype Client type configuration inheritance (#30056) 2024-06-10 18:59:08 +02:00
cluster JDBC_PING as default discovery protocol 2024-10-22 20:19:19 +00:00
component
connections/httpclient Limit the received content when handling the content as a String 2024-03-13 16:43:03 +01:00
cookie Remove legacy cookies 2024-08-15 15:27:38 +02:00
credential Default password hashing algorithm should be set to default password hash provider (#28128) 2024-03-22 12:44:11 +01:00
crypto Incorrect Signature algorithms presented by Client Authenticator 2023-06-21 08:55:58 +02:00
deployment Fix authenticatorConfig for javascript providers 2023-07-31 19:28:25 +02:00
device Migrate packages from javax.* to jakarta.* 2023-04-27 13:36:54 +02:00
email Show details for error messages where they were missing (#32534) 2024-09-04 07:23:54 -04:00
events Add organization admin crud events 2024-09-27 09:09:28 +02:00
executors
exportimport Export import realm with organizations 2024-06-05 09:50:03 +02:00
forms/login Add IdpConfirmOverrideLinkAuthenticator to handle duplicate federated identity (#26393) 2024-04-22 11:30:14 +02:00
headers Migrate packages from javax.* to jakarta.* 2023-04-27 13:36:54 +02:00
health External Infinispan as cache - Part 2 2024-06-19 14:47:57 +02:00
keys Allow automatic download of SAML certificates in the identity provider 2023-11-29 18:03:31 +01:00
migration Add acr scope to all clients for those migrating from older than Keycloak 18 2024-08-16 12:17:43 +02:00
models Attempt to run snapshot Keycloak server against production DB should fail during migration 2024-10-28 15:02:26 +00:00
organization [Organizations] Allow orgs to define the redirect URL after user registers or accepts invitation link 2024-10-02 07:37:48 -03:00
partialimport Modify RealmAdminResource.partialImport to work with InputStream 2022-11-24 11:45:11 +01:00
policy feature: password age in days policy 2024-07-24 15:12:16 -03:00
protocol Handle ClientData parsing errors in SessionCodeChecks gracefully 2024-09-05 10:50:27 +02:00
provider Fix user-facing typos in Javadoc (#28971) 2024-05-06 18:57:55 +00:00
scripting
securityprofile Initial security profile SPI to integrate default client policies 2024-04-10 11:19:56 +02:00
services Better logging when error happens during transaction commit 2024-10-08 11:14:10 +02:00
sessions External Infinispan as cache - Part 3 2024-06-19 14:47:57 +02:00
storage Rename IDPSpi to IdentityProviderStorageSpi 2024-08-26 15:10:09 -03:00
theme
timer Improve ScheduledTask task-name handling 2024-02-02 09:57:03 -03:00
transaction Better logging when error happens during transaction commit 2024-10-08 11:14:10 +02:00
truststore Allow certificate with duplicate principals in truststore. 2024-10-08 12:03:03 +02:00
userprofile Sort order of updates for user properties (#32853) 2024-09-18 12:37:42 +02:00
utils Remove ProxyClassLoader and PlatformProvider returning script classloader (#32806) 2024-09-11 17:11:26 +02:00
validate [Organizations] Allow orgs to define the redirect URL after user registers or accepts invitation link 2024-10-02 07:37:48 -03:00
validation Migrate packages from javax.* to jakarta.* 2023-04-27 13:36:54 +02:00
ServerStartupError.java