Proxy Providers with JWT Authentication: How to bypass login and fetch a token? #11764
Unanswered
moutasem1989
asked this question in
Q&A
Replies: 1 comment
-
Adding my support to see this resolved: I have an endpoint that doesn't integrate with OAuth/OpenID/etc. The service does accept an I imagine it's possible with Python code in Authentik to generate the JWT on the fly for proxy authentication, including pulling in OAuth attributes like the current Authentik user's email to fit into the JWT, but I don't see how to do it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Basic HTTP Authentication comes really handy to bypass a second login for Proxy Providers that use it but cannot disable it: like Kasm Standalone Desktop and Cockpit. But most services use JWT Authentication with no support for OIDC or SSO; like NGINX Proxy Manager.
I assume that requesting a fresh token can be something like this in python:
Sadly the only documentation I found is rather unclear. Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions