Open pellmont opened 1 week ago
Hi, @pellmont. The Single Sign-On team will take a look when we can. And you're correct, the oidcclientRequestParameterSupported
attribute is unofficial and unsupported.
Possible related issue: https://github.com/OpenLiberty/open-liberty/issues/29746
Describe the bug
Issue #28235 appears again since Release 24.0.0.9. It probably has been re-introduced with PR #29203 . In commit 582138f3dc136d3100cd98da17c1d03debb3ff1c the restore of the post params have been removed.
We are having a Rest-Service with Multipart-Form-Data (for file upload) which is having those issues.
With the current Release 24.0.0.10 we at least can mitigate the problem if we set
oidcclientRequestParameterSupported
tofalse
on oidcConnectClient-Configuration in server.xml. Although this does not seem to be an official (documented) configuration Feature...Steps to Reproduce
see #28235
Expected behavior
InputStream not to be consumed already on application level...
Diagnostic information: