I have created a spring boot application in which is integrated with keycloak and I am using oauth2.0 as resource server. In that application user is getting authenticated but the role is coming as null . I have used spring boot version 3.1.1 and keycloak version 21.0.1 and jwtauthconverter i am using.
I am excepting that role should be decoded by the spring boot through keycloak