Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bodom0015 authored Dec 21, 2023
1 parent 12a786c commit 272eab5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/admin-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Keycloak Configuration Options
------------------------------

If you need to change the configuration of Keycloak, go to https://kubernetes.docker.internal/auth/
Default credentails: `admin` / `workbench`
Default credentials: `admin` / `workbench`

After logging in, choose the `workbench-dev` realm from the dropdown at the top-left

Expand All @@ -143,6 +143,7 @@ When a user logs in via `browser` or `first broker login`, they are sent through
These flows can be customized by navigating to the **Authentication** page, although most of the built-in flows work very nicely without additional modifications.

Some examples:

* `browser` tells us how the user will be redirected to the Keycloak Login page (e.g. optionally skip Kecloak login and go to first provider)
* `first broker login` lets us customize what happens after a user logs in for the first time (create a user, merge with existing account matching email, etc)

Expand Down

0 comments on commit 272eab5

Please sign in to comment.