Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.10, 2.7.1
-
None
Description
Current Situation:
A Null Pointer Exception occurs when trying to log in with a blocklisted account.
Error Details:
codejava.lang.NullPointerException: Cannot invoke "com.sos.auth.classes.SOSIdentityService.getIdentyServiceType()" because the return value of "com.sos.auth.classes.SOSAuthCurrentAccount.getIdentityService()" is null
Desired Behavior:
The JOC Cockpit should handle blocklisted account login attempts gracefully and should not throw a Null Pointer Exception.