Configure keycloak as provider in strapi

Hello all, I have configured the keycloak and strapi configuration using Users & Permissions | Strapi Documentation documentation. While generating the token, I am getting the below response.
{
“data”: null,
“error”: {
“status”: 401,
“name”: “UnauthorizedError”,
“message”: “Missing or invalid credentials”,
“details”: {}
}
}
Do i need to add any code snippet also in strapi codebase to make it work? As per my understanding, It should be working using the configuration only.
#keycloak

This topic has been created from a Discord post (1281571989961703434) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord