[jboss-jira] [JBoss JIRA] Created: (JBID-225) double question mark in URL when redirecting to Google IDP
Marcel Kolsteren (JIRA)
jira-events at lists.jboss.org
Sun Nov 22 12:23:29 EST 2009
double question mark in URL when redirecting to Google IDP
----------------------------------------------------------
Key: JBID-225
URL: https://jira.jboss.org/jira/browse/JBID-225
Project: JBoss Identity
Issue Type: Bug
Reporter: Marcel Kolsteren
Assignee: Anil Saldhana
The Google interop testing IDP uses the following URL for the single sign on service (HTTP_Redirect binding):
https://www.google.com/accounts/o8/saml/meta?hd=lso-test-domain.com
When a JBoss Identity based SP builds the URL to which the authentication request is sent, it just adds "?SAMLRequest=..." to the URL of the single sign on service, which leads to a double question mark in the final URL to which the browser is redirected.
I already fixed this problem in the Seam authentication filter, but it still needs to be solved at other places where the redirect binding is used:
- IDPWebRequestUtil
- SPRedirectFormAuthenticator
- SPRedirectSignatureFormAuthenticator
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list