Create an application compose by frontend and backed.
These applications have to show the use of JWT and roles both in access layer and data layer.
| Use case |
Description |
| RHBK Installation |
Install RHBK in GitOps model |
| RHBK Realm Configuration |
Configure the RHBK in GitOps model |
| Frontend |
Create an application with ReactJS |
| Backend |
Create an application with the backend. This application should use Quarkus |
| Authentication |
Integrates frontend application with RHBK |
| Authorization |
RHBK should avoid the communication between fronted and backend for no logged users. |
| Filter data by role |
The data access have to use the user role to filter the data, depending on the user role. |
Create an application compose by frontend and backed.
These applications have to show the use of JWT and roles both in access layer and data layer.