How to skip authentification with http basic? #12489
Unanswered
DunklerPhoenix
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't clearly understand why do you use Authentik then instead of a simple web reverse proxy like traefik, nginx or caddy? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Heho
I try to hide a service behind authentik and login to it via app with http basic, but the authentik proxy always shows the normal login screen.
If I understand this docs correctly I can use https://username:password@myservice.domain.com to authenticate against authentik without the login screen if I use an app password, but it doesn't work.
Does somebody know how this is working?
authentik proxy docker compose:
outpost config:
provider config:
EDIT: usertype is internal user
Beta Was this translation helpful? Give feedback.
All reactions