keycloak-scim/services/src/main/java/org/keycloak
Thomas Darimont 7ec6a54e22 KEYCLOAK-17581 Prevent empty group names
Create / Update operations in `GroupResource ` and `GroupsResource#addTopLevelGroup`
did not validate the given group name. This allowed the creation of groups with empty names.

We now prevent the creation of groups with empty names.
2021-03-25 19:10:38 -03:00
..
authentication KEYCLOAK-15535 Account Log of user login with realm not available details when update profile 2021-03-04 08:06:36 +01:00
authorization [KEYCLOAK-16536] Implement Audit Events for Authorization Services requests 2021-02-22 17:28:59 -03:00
broker KEYCLOAK-16592 Do not require destination with SOAP binding 2021-03-05 19:52:00 +01:00
common/util KEYCLOAK-11702 Remove RestEasy 4 dependencies from core codebase 2019-10-11 15:03:34 +02:00
config KEYCLOAK-11347 - MicroProfile-Config 2019-12-10 12:08:22 +01:00
connections/httpclient KEYCLOAK-16828 Fix HttpClient failures and close HttpResponses 2021-01-28 08:38:34 +01:00
credential KEYCLOAK-17257 Fix NPEs when user storage doesn't implement the CredentialInputValidator interface 2021-03-04 09:49:12 +01:00
crypto KEYCLOAK-14529 Signed and Encrypted ID Token Support : RSA-OAEP-256 Key Management Algorithm 2020-07-30 15:20:51 +02:00
email KEYCLOAK-14855 Added realm-specific localization texts which affect texts in every part of the UI (admin console / login page / personal info page / email templates). Also new API endpoints and a new UI screen to manage the realm-specific localization texts were introduced. 2020-10-30 08:02:43 -03:00
encoding KEYCLOAK-17000 Adding server tmp directory inside the auth-server home directory 2021-03-17 10:06:48 +01:00
events KEYCLOAK-15524 Cleanup user related interfaces 2021-01-18 16:56:10 +01:00
executors
exportimport KEYCLOAK-17000 Adding server tmp directory inside the auth-server home directory 2021-03-17 10:06:48 +01:00
forms Correct "doesn't exists" typos - fixes KEYCLOAK-14986 (#7316) 2021-03-16 11:52:36 +01:00
headers KEYCLOAK-14232 Add Referrer-Policy: no-referrer to each response from Keycloak 2020-09-17 23:21:49 -07:00
jose/jws KEYCLOAK-17342 Make the default value of default signature algorithm show up in the admin console 2021-03-16 09:15:22 +01:00
keys KEYCLOAK-15015 Extend KeyWrapper to add whole certificate chain in x5c parameter (#7643) 2021-03-23 08:37:50 -03:00
locale KEYCLOAK-15450 Complement methods for accessing realms with Stream variants 2020-10-14 08:16:49 +02:00
partialimport KEYCLOAK-15524 Cleanup user related interfaces 2021-01-18 16:56:10 +01:00
platform KEYCLOAK-17000 Adding server tmp directory inside the auth-server home directory 2021-03-17 10:06:48 +01:00
protocol KEYCLOAK-15015 Extend KeyWrapper to add whole certificate chain in x5c parameter (#7643) 2021-03-23 08:37:50 -03:00
provider KEYCLOAK-15695 Streamification cleanup 2021-01-20 14:39:53 +01:00
scripting [KEYCLOAK-4902] - Refactoring and improvements to processing of authz requests 2018-08-07 10:53:40 -03:00
services KEYCLOAK-17581 Prevent empty group names 2021-03-25 19:10:38 -03:00
social [KEYCLOAK-14913] GitLab Identity Provider shouldn't request for 'api' scope 2021-03-05 14:23:34 +01:00
storage KEYCLOAK-7675 Prototype Implementation of Device Authorization Grant. 2021-03-15 10:09:20 -03:00
theme KEYCLOAK-15975 NPE in DefaultThemeManager.loadTheme() if theme directory is absent 2021-01-27 22:05:19 +01:00
timer/basic
transaction KEYCLOAK-15695 Streamification cleanup 2021-01-20 14:39:53 +01:00
truststore [KEYCLOAK-17087] - X509 OCSP Validation Not Checking Intermediate CAs 2021-02-22 13:50:19 +01:00
url KEYCLOAK-12953 Ignore empty realm frontendUrl 2020-02-14 11:33:07 +01:00
userprofile [KEYCLOAK-17206] - Avoid removing attributes when updating user and profile 2021-02-23 08:41:41 +01:00
utils KEYCLOAK-14231 - validate supported locales 2020-12-07 19:56:32 +01:00
validation KEYCLOAK-14306 OIDC redirect_uri allows dangerous schemes resulting in potential XSS 2020-11-12 08:21:54 +01:00
vault KEYCLOAK-12616 Vault unit test always failes on Windows 2020-01-07 20:55:50 +01:00
wellknown
WebAuthnConstants.java KEYCLOAK-12900 NullPointerException during WebAuthn Registration (#6732) 2020-02-05 17:01:36 +01:00