This project only uses Keycloak-js to connect to Keycloak.
Will start Keycloak and a Postgres DB to store information.
To shutdown the containers.
- Once running, go to http://localhost:8085/ then create a new realm named
myrealm. - Create a client named
myclientand set the URL's tohttp://localhost:3000 - Create a role named
user. - Create a user named
userand assign it theuserrole and set the password touser
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.