mod_auth_openid icon indicating copy to clipboard operation
mod_auth_openid copied to clipboard

mod_auth_openid is an authentication module for the Apache 2 webserver. It handles the functions of an OpenID consumer as specified in the OpenID 2.0 specification.

Results 31 mod_auth_openid issues
Sort by recently updated
recently updated
newest added

Hello, guys! I am a newbie. I recently installed mod_auth_openid under centos5 X86_64. But there is an error, 「There was either no identity provider found for the identity given or...

This is complicated, bare with me. My openid server, based on the [blah](blah) ruby gem, had a bug where it would lose track of associations and nonces every so often....

A few times per week, and sometimes a few times per day, mod_auth_openid fails with the "unspecified" error code and this message in the debug output: `Error in authentication: openid.modauthopenid.nonce:...

potential defect

Adding a spec file for building RPMs. Tested under Scientific Linux 6 in a Koji build system. Modified src/Makefile.am to workaround a limitation with apxs and DESTDIR, removing -a flag.

fix a problem where long URLs triggers invalid_nonce because params are not extracted from URI in POST requests

Hello! It seems that the open id module does not respect apache's proxy settings when making calls to the OAuth provider. This means it is impossible to use it on...

When trying to authenticate a user on a page like https://example.org/Front%20Page mod_auth_openid sends a return URL that OpenID providers including myopenid choke on. I'm not sure what should be happening...

The functoin "mod_authopenid_check_user_access" checks, if the user (as entered in the Indentity URL field) exists in the "require user A B C" directive. If, in addition to that, the user...

the authentication cookie set for openid is not set for ssl_only nor there is a mechanism to set it up. Since this cookie is expected to grant privileges to the...

Hi @bmuller, First, thanks for this mod, it's very useful ;) I submit this issue, because it seems that you've changed the project homepage, and there are now many dead...