Replies: 1 comment 1 reply
-
@kevinchalet you will probably know this from heart and I would really appriciate your help here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I probably do have a user error on my end and I'm trying to figure out how I could solve the issue.
First this is my unencrypted jwt:
I wanted to introspect the token from x-api and I've got a nice and shiny
active: false
and a warning messageThe introspection request was rejected because the access token was issued to a different client or for another resource server.
I do have two clients:
UI with client_id: 5a117b1a-d8e7-4c72-a2cf-5ce6fec48da0
API with client_id: e9d98495-ed6d-4c72-9c2f-6f7040b85324
I do have two scopes:
x-ui
x-api
My question would be how can I make introspection work as the audience and the resource seems to be ok for me within the api config:
Beta Was this translation helpful? Give feedback.
All reactions