How to authenticate to an external service with http basic auth? #8668
-
So basically I have an external service that uses http basic auth with one set of credentials. What I already tried: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 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.
Can you try the following:
In the Nginx Proxy Manager configurations uncomment those two lines and maybe add the third:
In Authentik > Admin Panel > Directory > Users or Groups: edit the desired user or group and add the following to the Attribute field
In Authentik > Admin Panel > Applications > Providers: edit the desired proxy provider. Enable
Send HTTP-Basic Authentication
and add the attributes we just created in the User/Groupserviceusername
andservicepassword
.Try in congnito mode or clear brows…