Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Don't use basic auth credentials as login #47

@jeffdgr8

Description

@jeffdgr8

Before installing the authgoogle extension to enable Google OAuth authentication, my dokuwiki site is behind HTTP basic authentication, before you can even load the dokuwiki login page. After installing the authgoogle extension and enabling as the authentication backend, the basic auth credentials are now used to attempt to authenticate to the dokuwiki. Since there is no account with those credentials, authentication fails. But it's impossible to login with a valid account as long as the basic auth credentials are provided (which they are required to be). It just gives an access denied error and only a logout button that doesn't actually logout the basic auth user.

I had to disable the basic auth layer in order to finish setting up the Google OAuth. The Google authentication is working correctly now, but I still need to reenable the basic auth wall to prevent access to the dokuwiki login page without those basic auth credentials. How can I make the plugin not attempt to authenticate to the dokuwiki with those basic auth credentials?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions