keycloak-scim/services/src/main/java/org/keycloak
kurisumakise2011 738f24aa38 [KEYCLOAK-14570] Resolve nullpointer issue in controller
Some ProviderFactory returns null as properties instead of
Collections.emptyList() and it leads to NPE.

Fix it with using Optional.ofNullable(...).orElse(Collections.emptyList())
2020-07-07 07:46:26 +02:00
..
authentication KEYCLOAK-14536 Migrate UserModel fields to attributes 2020-06-25 14:50:57 +02:00
authorization [KEYCLOAK-13044] Fix owner name representations of UMA tickets for client-owned resources 2020-07-01 18:15:22 -03:00
broker KEYCLOAK-13959 Add AdvancedAttribute mapper for SAML to allow regexes 2020-07-03 18:19:35 +02: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-10659 Proxy authentication support for proxy-mappings 2020-01-15 13:29:54 +01:00
credential Update WebAuthn4J to 0.12.0.RELEASE 2020-06-23 10:53:08 +02:00
crypto KEYCLOAK-13104 Signed and Encrypted ID Token Support : AES 192bit and 256bit key support 2020-05-20 09:01:59 +02:00
email KEYCLOAK-13285 Enable check identity for email 2020-04-14 19:22:57 +02:00
events KEYCLOAK-12309 Fix warnings with collections in packages: 2019-12-18 14:02:27 +01:00
executors KEYCLOAK-5371 More stable cross-dc tests 2017-11-08 10:03:04 +01:00
exportimport KEYCLOAK-13823: "Dir" Full export/import: On import, service account roles and authorization info are not imported 2020-05-05 17:05:56 +02:00
forms [KEYCLOAK-13044] Fix owner name representations of UMA tickets for client-owned resources 2020-07-01 18:15:22 -03:00
headers KEYCLOAK-14132 DefaultSecurityHeadersProvider should support 307 as redirect code 2020-06-17 11:55:40 +02:00
jose/jws KEYCLOAK-12310 Remove unused imports from packages: exportimport, forms, jose, partialimport, protocol in module "services" (#6560) 2019-12-05 14:28:47 +01:00
keys [KEYCLOAK-14299] - Do not create keys during startup but on-demand 2020-05-26 15:13:26 -03:00
locale KEYCLOAK-13116 Fix backwards compatilbity changes in LocaleSelectorSPI 2020-03-04 06:39:24 +01:00
partialimport [KEYCLOAK-12192] - Missing Input Validation in IDP Authorization URLs 2020-03-05 06:32:35 +01:00
platform KEYCLOAK-12175 - Platform SPI 2019-12-09 09:55:04 +01:00
protocol KEYCLOAK-13206 Session Status iframe cannot access cookies when 3rd party cookies are blocked 2020-06-30 17:11:20 -03:00
provider KEYCLOAK-8044 Clear theme caches on hot-deploy 2020-02-20 08:50:10 +01:00
scripting [KEYCLOAK-4902] - Refactoring and improvements to processing of authz requests 2018-08-07 10:53:40 -03:00
services [KEYCLOAK-14570] Resolve nullpointer issue in controller 2020-07-07 07:46:26 +02:00
social KEYCLOAK-14006 Allow administrator to add additional fields to be fetched with Facebook profile request 2020-07-01 18:27:04 -03:00
storage KEYCLOAK-13817 Return local user from LDAPStorageProvider 2020-05-12 20:50:18 +02:00
theme KEYCLOAK-14536 Migrate UserModel fields to attributes 2020-06-25 14:50:57 +02:00
timer/basic KEYCLOAK-5747 Ensure refreshToken doesn't need to send request to the other DC. Other fixes and polishing 2017-11-22 11:55:12 +01:00
transaction KEYCLOAK-3617 KEYCLOAK-4117 KEYCLOAK-4118 2017-01-09 17:14:20 -05:00
truststore [KEYCLOAK-14343] Truststore SPI support for LDAP with StartTLS 2020-06-11 18:07:53 +02:00
url KEYCLOAK-12953 Ignore empty realm frontendUrl 2020-02-14 11:33:07 +01:00
utils KEYCLOAK-13959 Add AdvancedAttribute mapper for SAML to allow regexes 2020-07-03 18:19:35 +02:00
validation KEYCLOAK-12921 Fix NPE in client validation on startup 2020-02-12 08:23:25 +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