Hi,
I created an application using spring boot as the server side, Keycloak for authentication, and react js as the client side.
Now I want to implement SSO client-side when I log in client-side and check the user’s role in Keycloak.
If the user qualifies, they will have access to the Task list and Operators.
Give some suggestions on how to implement this scenario.
Thanks in advance