Return-Path: Delivered-To: apmail-roller-commits-archive@www.apache.org Received: (qmail 33998 invoked from network); 19 Aug 2008 15:33:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2008 15:33:18 -0000 Received: (qmail 18640 invoked by uid 500); 19 Aug 2008 15:33:17 -0000 Delivered-To: apmail-roller-commits-archive@roller.apache.org Received: (qmail 18606 invoked by uid 500); 19 Aug 2008 15:33:17 -0000 Mailing-List: contact commits-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@roller.apache.org Delivered-To: mailing list commits@roller.apache.org Received: (qmail 18597 invoked by uid 99); 19 Aug 2008 15:33:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 08:33:17 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Aug 2008 15:32:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7CC76234C1B7 for ; Tue, 19 Aug 2008 08:32:19 -0700 (PDT) Message-ID: <2132317087.1219159939507.JavaMail.jira@brutus> Date: Tue, 19 Aug 2008 08:32:19 -0700 (PDT) From: "David Johnson (JIRA)" To: commits@roller.apache.org Subject: [jira] Commented: (ROL-1733) Implement OpenID for Roller In-Reply-To: <1845018605.1215543059454.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/roller/browse/ROL-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14397#action_14397 ] David Johnson commented on ROL-1733: ------------------------------------ Here are some initial comments on this patch and the GSoC submission in general: - Patch does not include the new Spring XSDs required to run code (I had to download them myself and add them to the build) - Patch does not include jars required to run code (I downloaded them myself from various locations and I'm not certain they are the correct ones) - Project proposal was never updated to match what is implemented in the patch (it still references the OpenID specific methods that no longer exist) - No documentation has been provided, though documentation was specified in the plan - Even after adding the required XSD and jars, patch does not work. When I attempt to login via OpenID, I am never directory to my OpenID provider's login page and when the Roller login page appears I get a "Wrong username and password combination" error and my OpenID URL appears in the Username field instead of the OpenID URL field. Also, this error appears in the logs: ERROR 2008-08-19 11:25:56,973 OpenIDAuthenticationProcessingFilter:determineFailureUrl - Unable to consume claimedIdentity [http://rollerweblogger.org/roller] org.springframework.security.ui.openid.OpenIDConsumerException: Error processing ConumerManager authentication at org.springframework.security.ui.openid.consumers.OpenID4JavaConsumer.beginConsumption(OpenID4JavaConsumer.java:115) at org.springframework.security.ui.openid.OpenIDAuthenticationProcessingFilter.determineFailureUrl(OpenIDAuthenticationProcessingFilter.java:111) at org.springframework.security.ui.openid.OpenIDAuthenticationProcessingFilter.unsuccessfulAuthentication(OpenIDAuthenticationProcessingFilter.java:189) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:253) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) ... Caused by: org.openid4java.message.MessageException: 769: Realm verification failed for: http://macsnoopdave:8080/roller/roller_j_openid_security_check at org.openid4java.message.AuthRequest.validate(AuthRequest.java:358) at org.openid4java.message.AuthRequest.createAuthRequest(AuthRequest.java:101) at org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:1000) at org.openid4java.consumer.ConsumerManager.authenticate(ConsumerManager.java:937) at org.springframework.security.ui.openid.consumers.OpenID4JavaConsumer.beginConsumption(OpenID4JavaConsumer.java:112) ... 35 more (I was able to login with an earlier version of the patch, so this appears to be a regression) > Implement OpenID for Roller > --------------------------- > > Key: ROL-1733 > URL: https://issues.apache.org/roller/browse/ROL-1733 > Project: Roller > Issue Type: New Feature > Components: User Management > Reporter: David Johnson > Assignee: Roller Unassigned > Attachments: ROL-1733.patch, ROL-1733_v2.patch, ROL-1733_v3.patch, spring-security-openid-2.0.2-regext.jar, spring-security-openid-2.0.2-regext.jar > > > Represents this proposal: > http://cwiki.apache.org/confluence/display/ROLLER/Proposal+OpenID+Support -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.