How to authenticate to an external service with http basic auth? #8668
Unanswered
DenuxPlays
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I also have this question. Referring to these docs However to receive basic auth one has to use an app password, but as far as I can tell app passwords and proxy providers don't work. I think app passwords only work for oauth providers? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So basically I have an external service that uses http basic auth with one set of credentials.
Now my goal is so that when I click on this application in authentik then should open my external service and set the http header so that I do not get the login prompt.
How do I do this or is this impossible?
What I already tried:
I tried using a proxy provider and I enabled the option to use basic http auth but sadly that didn't worked.
Beta Was this translation helpful? Give feedback.
All reactions