I have a frontend React application in the visual part of which I want to protect with Keyclock. I also have an admin panel - node js of the application whose routes I also want to protect using Keycloak.
Can I create just one Realm for them in Keycloak in order to use just one token?
Or what are the best practices for this?
Thanks for any information!