79648746

Date: 2025-06-02 12:48:38
Score: 0.5
Natty:
Report link

The default provider functions using below code to return the response which in my case was returning null as response

return json_decode((string) $response->getBody(), true);

But I override it with the the return statement as below, which returned me the the response form IDAM CAS correctly.

return $response->body();
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: SDLBeginner