You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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 !
The text was updated successfully, but these errors were encountered:
Describe your question/
I can't manage to use a JWT provided by a
Provider A
to anApp A
to access anApp B
through aProvider 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 byProvider B
, passing it in Authorization Bearer header.But when I'm trying to use the token provided by
Provider A
, I cant queryApp B
.I only found this log message on my Authentik server container :
Screenshots
The other thing that made me hope, is that I could explicitly configure my
Provider B
to trust JWTs provided by some providers :But this does not work :/
Logs
Output of docker-compose logs or kubectl logs respectively
Version and Deployment (please complete the following information):
Additional context
I guess not, but will add if needed
Thanks !
The text was updated successfully, but these errors were encountered: