Is there a way to configure mod_auth_openidc to act something like basic auth rather than redirecting to the auth provider (Okta, in my case) for login?
I'm setting up mod_auth_openidc on a reverse proxy but I'm protecting APIs that are accessed by services that can't handle anything more complicated than basic auth.