Need help to introspect with JWT
Hi, I am trying to request introspect endpoint of my self hosted Zitadel like https://zitadel.com/docs/guides/integrate/token-introspection/private-key-jwt
But I got this response :
It works with a Basic Auth :
Furthermore I have a question, why client_id is not equal to sub (which is the ID of User inside Zitadel Console) and what is the ID that will never change because i wanna associate my app user with zitadel user
Thank you for your help
But I got this response :
It works with a Basic Auth :
Furthermore I have a question, why client_id is not equal to sub (which is the ID of User inside Zitadel Console) and what is the ID that will never change because i wanna associate my app user with zitadel user
Thank you for your help
This is a guide on how to secure your API using JSON Web Token (JWT) profile (recommended).

