I have a website - React application, as well as an admin panel website, also React application.
One node js application performs the roles of a backend for the site and the admin panel.
I want to use KeyCloack 19 as a single authorization service.
The client part of the admin panel should require authorization in the Moon Clock, the endpoints on the backend related to the admin panel should also be protected through KeyCloack.
I'm trying to figure out if I can use the same token for both the client side of the admin panel and the routes?
I'm also trying to figure out if I can implement this without adding code to my services.
Thanks!