2020.4.90
Fixed authentication issues after recent changes (#105) * Fixed 'invalid_client' error while trying to get access token from refresh token. * Fixed: AST-SCA scans fail if SSO login is enabled. * Fixed ArrayIndexOutOfBoundsException exception when using SAST+OSA with SSO. Caused by the same static apacheClient field that was used in all CxHttpClient instances. This led to unpredictable behavior.