I’m trying to authenticate an API using jwt tokens with keycloak.
When starting keycloak I create a realm, client, user and assign admin permission, then I configure a post request to generate the access token through postman, when copying this token and assigning it in the header of my Api request this error occurs :
500Internal Server Error
{
“details”: “Error id 4b5c2187-0549-47eb-9ab1-d8802d14ac3f-1”,
“stack”: “”
}
No details about the error.
When assigning the access token, the request via the API should be authorized and thus return the result of the request.
Caua 2312 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.