Jmix Keycloak oidc auth

I have a Jmix front end application that use Keycloak oidc auth and connected to jmix backend application using restdatastore. when i create new realms role on my Keycloak console and try to login with it i get this error

403 Forbidden: “{“timestamp”:“2025-12-11T00:27:53.574+08:00”,“status”:403,“error”:“Forbidden”,“path”:”/rest/userInfo"}"

Screenshot 2025-12-11 005727

Make sure you have created your new resource role in both frontend and backend application.
See how it’s done in this guide: REST DataStore with External Authentication :: Jmix Documentation

Regards,
Konstantin