Hi
I have some questions regarding HTTP Basic Auth.
My goal is to set up Authentik in combination with NginxReverseProxy to have SSO and also have authentik log me into checkmk automatially.
The forward proxy is quite simple made and for the HTTP Basic Auth I add the following options, like I did on all other apps where HTTP-Basic-Auth is used (example: sonarr, radarr, goaccess, …)
# header-auth fix
auth_request_set $authentik_auth $upstream_http_authorization;
proxy_set_header Authorization $authentik_auth;
Sadly when I enable it like above configure authentik and nginx reverse proxy, it does not automatically log me into checkmk.
What am I missing?
Thanks!
