Hi,
I’m using Keycloak direct grant login to my REST APIs and I need to get authenticated user information for auditing purpose.
At my REST implementation class I can get access token from HTTP header by using a request interceptor, but I believe that token is useless for auditing.
Is there Keycloak REST API to get id token for the access token?
Thank you in advance
Andrey Ryvlin
Sr. Software Engineer