what is wrong with my code of securing api with keycloak middleware?
my application is in node and keycloak version is 23.0.1, and with keycloack.protect("seeker")
it is giving me 403 access denied error,
keycloak.json
{
"realm": "myrealm",
"auth-server-url": "
http://entheo.info/",
"ssl-required": "external",
"resource": "mushgpt",
"verify-token-audience": true,
"credentials": {
"secret": "wzIGQrl8R11Go4utvCRHIJlJPgaw83"
},
"use-resource-role-mappings": true,
"confidential-port": 0
}
keycloakConfig.js
var session =...