Forums

OpenID::Server::UntrustedReturnURL (2 posts)

  1. dkatzman
    Member
    Posted 4 years ago #

    Hi,

    I'm getting this message:

    OpenID::Server::UntrustedReturnURL

    Whenever I try to check an OpenID, including mine. I had to disable the plugin since it would allow for comments. It replied with this error too.

    I tried using 3 different OpenID URLs and none worked. I also tried rebuilding the database, but no luck.

    Help would be much appreciated!

  2. randyhoyt
    Member
    Posted 4 years ago #

    Do you by any chance have your blog at one address and the WordPress admin at a different address? That can cause issues with the "trust root" in the Open ID request.

    If so, I modified line 309 of "logic.php", changing

    function doRedirect($auth_request, $trust_root, $return_to) {

    to

    function doRedirect($auth_request, $trust_root, $return_to) { $trust_root = '[WordPress URL]';

    I don't know how this would affect using OpenID for comments, but it works for accessing the WordPress admin.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags