Describe the bug
Symphony recently made a release that changed how an invalid request is handled. This causes issues with session creation.
To Reproduce
Sending empty body to POST /sessionauth/v1/authenticate results in either a 401 response (if a content-type header is sent) or a 500 response (if no header is sent).
Describe the bug Symphony recently made a release that changed how an invalid request is handled. This causes issues with session creation.
To Reproduce Sending empty body to POST /sessionauth/v1/authenticate results in either a 401 response (if a content-type header is sent) or a 500 response (if no header is sent).
E.g., the following results in a 401 response:
Expected Behavior We expect tokens to be returned as in https://rest-api.symphony.com/main/bot-authentication/session-authenticate
Error Message 401 or 500 response from Symphony
Runtime Environment CSP: 0.0.5 SYS: 3.11.9 | packaged by conda-forge | (main, Apr 19 2024, 18:36:13) [GCC 12.3.0] SYS platform: Linux
Additional context Without authentication tokens, this adapter becomes unusable with certificate and key.