Setuped spring project and configured docker-compose file to build keycloak image
Configured Keycloak realm, configured spring client, added corresponding roles to client and realm, and created test user. Added corresponding screenshots to snapshots directory
Added authentication through keycloak resource server to the spring app. Added corresponding screenshots to snapshots directory.
Added role based authorization to the application. Corresponding screenshots are in snapshots direcetory.