Closed (cannot reproduce)
Project:
OpenID Single Sign On Relying Party
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Issue tags:
Reporter:
Created:
13 May 2011 at 07:11 UTC
Updated:
4 Jul 2011 at 10:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
niccolox commentedcontinuation from openid_provider http://drupal.org/node/1152948
Comment #2
niccolox commentedD6 provider and OpenAtrium works kinda (creates accounts), but has the problem of sending to Access Denied page
D6 provider and Drupal Commons 1.5 works sorta (creates accounts, but throws error and then gives a failed to login error
whitescreen error
login warning error
Comment #3
niccolox commentedjust realized the drupal commons problem was related to conflicting osso legacy modules... working through that now
Comment #4
niccolox commentedok, so after removing the dev seed osso modules dc and oa are in very similar situation
they both get hung-up on Access Denied for /openid/authenticate
I think its related to http://drupal.org/node/365597 and maybe http://drupal.org/node/951626
Comment #5
niccolox commentedand strangely after the first login/logout, the next login works fine, seemlessly
so, its basically working for the D6 provider, DC & OA as relying, with the Access Denied bug needing ironing out
Comment #6
AmesEla commentedWere you able to integrate Drupal Commons and OpenPublish together?
Comment #7
lelizondo commentedI've been having the same problem reported by @niccolo in #4 and #5
I solved the problem by removing the line:
in openid_provider_sso.module
I really don't know what consequences this have or if this breaks something else.
Comment #8
lelizondo commentedHere's a patch for the previous comment.
Comment #9
lelizondo commentedComment #10
niccolox commentedactually, not sure if that fixes anything
still get an access denied warning on OA
and on DC a nasty error which i think is related to http://drupal.org/node/140311
works fine on a stock D6 relying
havent tried other combos like OpenPublish
Comment #11
lelizondo commentedI couldn't find that function, where is it being called? is it in hook_menu?
Comment #12
niccolox commentedthats the problem, the function doesn't exist.
I think it needs to exist http://drupal.org/node/140311
haven't looked into it to far
Comment #13
niccolox commentedI have created a discussion item on g.d.o
OpenID: OmniAuth OpenID Single Signon - OpenID - Single Signon Lives (Sorta)
http://groups.drupal.org/node/154879
Comment #14
xamanu commentedYou usually get an Access Denied error when the Relying Parties and Provider are not correctly specified. Please review your configuration on both, Provider and Relying Parties. Please check that you have a trailing slash on the links.
Comment #15
xamanu commentedBecause of inactivity I assume that this can be closed. Right? Please re-open if not.