keycloak-scim/server-spi-private/src/main/java/org/keycloak
rmartinc 6d74e6b289 Escape slashes in full group path representation but disabled by default
Closes #23900

Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-04-12 10:53:39 +02:00
..
authentication Fire logout event when logout other sessions (#26658) 2024-03-27 11:13:48 +01: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 Added ClientType implementation from Marek's prototype 2024-04-08 20:20:37 +02:00
cluster removed deprecated annotations from ClusterProvider 2024-04-02 20:10:46 +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
deployment
device
email
events Changed userId value for refresh token events 2024-04-11 07:46:44 +02:00
executors
exportimport
forms/login Updating theme templates to render user attributes based on the user profile configuration 2023-12-18 15:35:52 -03:00
headers
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 Escape slashes in full group path representation but disabled by default 2024-04-12 10:53:39 +02:00
organization Add ability to set one or more internet domain to an organization. 2024-04-10 13:18:12 -03:00
partialimport
policy fix NotContainsUsernamePasswordPolicyProvider: reversed check 2024-04-05 10:39:07 -03:00
protocol Handle 'You are already logged in' for expired authentication sessions (#27793) 2024-04-04 10:41:03 +02:00
provider fix: adds hostname:v1 (#26003) 2024-01-17 21:35:23 +01:00
scripting
securityprofile Initial security profile SPI to integrate default client policies 2024-04-10 11:19:56 +02:00
services Cors modifications for UserInfo endpoint 2024-02-14 18:24:06 +01: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
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
ServerStartupError.java