Skip to content

Error in authentication: openid.modauthopenid.nonce: no such field #43

@sentience

Description

@sentience

With mod_auth_openid 0.6 (installed with Chef) configured as follows to protect a subdirectory of my site…

<Location /admin>
    AuthType OpenID
    require user <%= @node[:apache][:allowed_openids].join(' ') %>
    AuthOpenIDDBLocation <%= @node[:apache][:mod_auth_openid][:dblocation] %>
</Location>

…every authentication attempt fails with “There has been an error while attempting to authenticate.”. This is what appears in the Apache error log:

[Thu Dec 06 05:09:12 2012] [error] [client 10.176.94.172] Error in authentication: openid.modauthopenid.nonce: no such field

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions