Replies: 1 comment 1 reply
-
there's this too https://github.com/OpenIDC/mod_auth_openidc/wiki/Known-Limitations#post-data-preservation-1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Has any thought been given to adding support for multipart/form-data to the POST preserve/restore code?
I spent a few hours this morning (as a new mod_auth_openidc user -- thanks, developers, this is amazing!) trying to understand why OIDCPreservePost wasn't working before guessing that I should switch to encoding the submission with application/x-www-form-urlencoded instead of multipart/form-data.
If it's not worth doing, then perhaps adding a little to the OIDCPreservePost documentation in auth_openidc.conf to explicitly talk about the two encodings would be helpful.
Beta Was this translation helpful? Give feedback.
All reactions