[gatein-issues] [JBoss JIRA] (GTNSSO-27) Can't login through external IDP scenario with non-ascii password

Marek Posolda (JIRA) jira-events at lists.jboss.org
Wed Jun 5 14:37:55 EDT 2013


Marek Posolda created GTNSSO-27:
-----------------------------------

             Summary: Can't login through external IDP scenario with non-ascii password
                 Key: GTNSSO-27
                 URL: https://issues.jboss.org/browse/GTNSSO-27
             Project: GateIn SSO
          Issue Type: Bug
    Affects Versions: 1.3.2.Final
            Reporter: Marek Posolda
            Assignee: Marek Posolda
             Fix For: 1.3.3.Final


- Configure portal with external IDP as in https://docs.jboss.org/author/display/GTNPORTAL36/SAML2#SAML2-SetupwithexternalIDPusingRESTcallback

- Create user in portal with password like aaa”aaa

- It won't be possible to login as this user on IDP side on http://www.idp.com:8080/idp-sig 

Reason: IDP site in idp-sig.war application doesn't have specified encoding, so it uses ISO-8859-1 by default. Also FormAuthenticator is trying to use this encoding for decoding of request parameters. If we have password with characters not available in ISO-8859-1, user can't login. We need to use UTF-8 encoding in all places.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the gatein-issues mailing list