keycloak-scim/server-spi-private/src/main/java/org/keycloak
Pedro Igor 51352622aa Allow adding realm users as an organization member
Closes #29023

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2024-04-29 08:37:47 -03:00
..
authentication Secondary factor bypass in step-up authentication 2024-04-19 14:43:53 +02:00
authorization Remove RealmModel from authorization services interfaces (#26708) 2024-02-02 16:51:32 +01:00
broker Handle 'You are already logged in' for expired authentication sessions (#27793) 2024-04-04 10:41:03 +02:00
client/clienttype Convert database errors to 500 instead of 400. 2024-04-22 11:42:18 -03:00
cluster CLI options to disable encryption and authentication to external Infinispan 2024-04-20 18:30:24 +02:00
component
connections/httpclient Limit the received content when handling the content as a String 2024-03-13 16:43:03 +01:00
cookie Redirect error to client right-away when browser tab detects that another browser tab authenticated 2024-04-09 17:59:34 +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
events Add IdpConfirmOverrideLinkAuthenticator to handle duplicate federated identity (#26393) 2024-04-22 11:30:14 +02:00
executors
exportimport
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 Publish information about Infinispan availability in lb-check if MULTI_SITE is enabled 2023-11-29 11:06:41 +00:00
keys Allow automatic download of SAML certificates in the identity provider 2023-11-29 18:03:31 +01:00
migration New default client scope for 'basic' claims with 'auth_time' protocol mapper 2024-04-02 08:44:28 +02:00
models return proper error message for admin users endpoint 2024-04-20 12:17:53 +02:00
organization Allow adding realm users as an organization member 2024-04-29 08:37:47 -03:00
partialimport
policy Remove deprecated EnvironmentDependentProviderFactory.isSupported method 2024-04-19 16:36:49 +02:00
protocol Grant urn:ietf:params:oauth:grant-type:pre-authorized_code was enabled even if oid4vc_vci feature is disabled 2024-04-22 18:31:46 +02:00
provider Remove deprecated EnvironmentDependentProviderFactory.isSupported method 2024-04-19 16:36:49 +02:00
scripting
securityprofile Initial security profile SPI to integrate default client policies 2024-04-10 11:19:56 +02:00
services Remove deprecated EnvironmentDependentProviderFactory.isSupported method 2024-04-19 16:36:49 +02:00
sessions Delete Profile.Feature.MAP_STORAGE 2023-11-30 13:04:39 +01:00
storage Map Store Removal: Rename Legacy* classes (#26273) 2024-01-23 13:50:31 +00:00
theme
timer Improve ScheduledTask task-name handling 2024-02-02 09:57:03 -03:00
transaction Migrate packages from javax.* to jakarta.* 2023-04-27 13:36:54 +02:00
truststore feature: add option for creating a global truststore (#24473) 2023-11-30 08:57:17 +01:00
userprofile Make sure attribute metadata from user storage providers are added only for the provider associated with a federated user 2024-04-08 09:05:16 -03:00
utils Invalid redirect uri when identity provider alias has spaces (#22840) 2024-02-19 14:40:42 +01:00
validate Fixing UriValidator 2024-02-15 10:30:39 +01:00
validation Migrate packages from javax.* to jakarta.* 2023-04-27 13:36:54 +02:00
ServerStartupError.java