Basic Authorization
How does it look?
How to add?
To deploy an application to an basic authorization you need:
Frontend configuration
-
Build frontend with script from
ui/package.json
(instead ofbuild
script, that builds with keycloak sso enabled) -
start frontend with script from
ui/package.json
(instead ofstart
script, that builds with keycloak sso enabled) -
start environment
Backend configuration
-
Add user that will be available for basic auth in
src/main/resources/db/data/CXBOX-USERS.csv
-
Add other roles in
src/main/resources/db/data/CXBOX-USER_ROLE.csv
-
Add parameter in application.yml
Login process
Type login/password (vanilla/vanilla is available by default)