Merge pull request #74 from janhq/chore/add_kc_theme_config
chore: adding keycloak theme configuration
This commit is contained in:
commit
5390c6ac52
28
KC.md
Normal file
28
KC.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Configuring Keycloak theme
|
||||||
|
Jan comes with a default theme for Keycloak. Extended from [Keywind](https://github.com/lukin/keywind)
|
||||||
|
|
||||||
|
## Select keywind as theme
|
||||||
|
1. Navigate to http://localhost:8088/admin
|
||||||
|
2. Sign in with below credentials
|
||||||
|
```
|
||||||
|
username: admin
|
||||||
|
password: admin
|
||||||
|
```
|
||||||
|
3. Select `hasura` from the top left dropdown box
|
||||||
|

|
||||||
|
|
||||||
|
4. Select `Realm settings` on left navigation bar and open tab `Themes`
|
||||||
|

|
||||||
|
|
||||||
|
5. On `Login theme` open the drop down box and select `keywind`
|
||||||
|

|
||||||
|
|
||||||
|
6. Save
|
||||||
|
|
||||||
|
**That's it!**
|
||||||
|
|
||||||
|
Open your web browser and navigate to `http://localhost:3000` to access Jan web application. Proceed to `Login` on the top right.
|
||||||
|
|
||||||
|
You should expect the theme as below. If it's does not, try to clear the cache from your browser.
|
||||||
|
|
||||||
|

|
||||||
@ -107,6 +107,7 @@ docker compose up -d
|
|||||||
|
|
||||||
- Launch the web application via `http://localhost:3000`.
|
- Launch the web application via `http://localhost:3000`.
|
||||||
- Login with default user (username: `username`, password: `password`)
|
- Login with default user (username: `username`, password: `password`)
|
||||||
|
- For configuring login theme, check out [here](KC.md)
|
||||||
|
|
||||||
## Configurations
|
## Configurations
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user