Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share JWT between proxy providers for apps #12632

Open
wardensfx opened this issue Jan 10, 2025 · 0 comments
Open

Share JWT between proxy providers for apps #12632

wardensfx opened this issue Jan 10, 2025 · 0 comments
Labels
question Further information is requested

Comments

@wardensfx
Copy link

Describe your question/
I can't manage to use a JWT provided by a Provider A to an App A to access an App B through a Provider B.

Is this even possible ?

Relevant info
I thought it was possible because I can use my Provider A jwt to query Authentik's API.
I can also query my App B with the jwt provided by Provider B, passing it in Authorization Bearer header.
But when I'm trying to use the token provided by Provider A, I cant query App B.

I only found this log message on my Authentik server container :

warning event=token is not active logger=authentik.outpost.proxyv2.application name=Provider for <app B> timestamp=2025-01-09T14:55:07+01:00

Screenshots
The other thing that made me hope, is that I could explicitly configure my Provider B to trust JWTs provided by some providers :
image

But this does not work :/

Logs
Output of docker-compose logs or kubectl logs respectively

Version and Deployment (please complete the following information):

  • authentik version: 2024.12.1
  • Deployment: docker compose behind traefik

Additional context
I guess not, but will add if needed

Thanks !

@wardensfx wardensfx added the question Further information is requested label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant