Basic authentication method #226
Replies: 6 comments 7 replies
|
What do you mean by Basic auth? You could disable SSO on the specific resource if you want. |
|
What I believe they are saying (and what I am looking for) is that the backend server is password protected with a browser pop up. Is there a way with pangolin to insert the basic auth into the request? Right now the flow is: I get the Pangolin login page > Login > Redirected to the backed apps page, that displays a browser pop up that has be login to the backend application with its local credentials > Allowed into the application. With allowing basic auth to be passed with Please let me know if this helped. |
|
Basic Auth in Traefik is just a middleware, so if Pangolin let us assign custom middlewares per service, it would solve a lot of issues ... |
|
If your webservice behind pangoilin uses basic auth method, usually we can just write inline the user and password before the url to access the webservice/app. you can access the web using url: but our pangolin cannot handle it, the form will show error |
|
I've submitted pull request #1522 to implement this feature. Please feel free to give me any feedback. |
|
Closing discussion as this was implemented by @jln-brtn ! |

Uh oh!
There was an error while loading. Please reload this page.
Hi is it possible to integrate Basic auth Login for respurces? I Needed to Access my json log files securely without pangolins sso
All reactions