keycloak-scim/services/src
Thomas Darimont 54b69bd1dc KEYCLOAK-10190 Fix NPE on missing clientSession in TokenEndpoint.codeToToken
In certain scenarios, e.g. when an auth code from another realm login is
used to perform the code to token exchange, it can happen that the
ClientSession is null which triggered an NPE when the userSession field is accessed.

Added null check for clientSession in TokenEndpoint.codeToToken to prevent an NPE.
2020-01-06 14:45:20 +01:00
..
docs KEYCLOAK-4657 Sort out REST API for prod profile 2017-03-27 20:50:13 +02:00
main KEYCLOAK-10190 Fix NPE on missing clientSession in TokenEndpoint.codeToToken 2020-01-06 14:45:20 +01:00
test KEYCLOAK-12417 Fix minor warnings in tests from module "services" 2019-12-19 10:51:37 +01:00