[
https://issues.jboss.org/browse/ELY-1525?page=com.atlassian.jira.plugin.s...
]
Pedro Igor Silva edited comment on ELY-1525 at 7/9/19 6:44 PM:
---------------------------------------------------------------
[~dlofthouse], in Keycloak we do handle HTTP POST when the server redirects the user back
to a client after a successful authentication. Usually, these requests are communicating a
token that asserts the user identity after the authentication. I would say that the only
requirement is that we need to be able to get HTTP POST parameters, cookies and headers,
but no need to handle files.
was (Author: pcraveiro):
[~dlofthouse], in Keycloak we do handle HTTP POST when the server redirects the user back
to a client after a successful authentication. Usually, these requests are communicating a
token that asserts the user identity after the authentication. I would say that the only
requirement is that we need to be able to get HTTP POST parameters, but no need to handle
files.
When SSO is enabled, multipart form and form enconding stop working.
--------------------------------------------------------------------
Key: ELY-1525
URL:
https://issues.jboss.org/browse/ELY-1525
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.6.Final, 1.2.1.Final
Reporter: Estevão Freitas
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 1.10.0.CR3
Attachments: 0001-ELY-1525-Initialize-FormParserFactory-with-FormEncod.patch,
ely-1515-reproducer.zip
I developed a JSF application with "h:inputFile" component and it requires a
form with " enctype="multipart/form-data" ".
I use this tutorial for SSO:
https://docs.jboss.org/author/display/WFLY/Web+Single+Sign-On .
When I execute the last step: "
/subsystem=undertow/application-security-domain=other/setting=single-sign-on:add(key-store=example-keystore,
key-alias=localhost, domain=localhost, credential-reference=clear-text=secret}) ",
all commandButtons stop working.
If I remove the "h:inputFile" component and "
enctype="multipart/form-data" " from form all buttons works again, but all
words with accents are corrupted.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)