Attached is a patch that allows for openid urls to bypass the regular securesite authentication. If works by checking if the username is a URL, and if it is it sends that URL to the openid module for processing.

CommentFileSizeAuthor
securesite_openid_workaround.patch2.12 KBhadsie

Comments

hadsie’s picture

Status: Active » Needs review
Leeteq’s picture

Subscribing.

junyor’s picture

Status: Needs review » Needs work

This patch will need to be updated for Drupal 5.

junyor’s picture

Version: 4.7.x-1.x-dev » master

I think the best way to add this functionality is to add a field on the HTML login form or Password Request form (shown when the HTTP Auth dialog is cancelled). I don't think OpenIDs should be entered into the HTTP Auth dialog.

darren oh’s picture

Status: Needs work » Fixed

Added in CVS commit 149729.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

  • Commit 32c11e3 on 6.x-2.x, 7.x-2.x, 8.x-1.x by Darren Oh:
    #172170: Fixed OpenID authentication URL.
    
    
  • Commit 557d60b on 6.x-2.x, 7.x-2.x, master, 8.x-1.x by Darren Oh:
    Added more code comments. Fixed theming. #172170: Added OpenID...