Skip to content

Commit

Permalink
Fix endpoints in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-frak committed Jun 14, 2022
1 parent f9d51b2 commit 20d2cd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ The following example uses the default `master` realm but the demo will also wor
1. Run `mvn clean package` in the repository root
2. Navigate to `./docker`
3. Execute `docker-compose up`
4. Open [http://localhost:8024/auth/admin/](http://localhost:8024/auth/admin/) in a browser
4. Open [http://localhost:8024/admin/](http://localhost:8024/admin/) in a browser
5. Log in with the credentials:

* User: `admin`
Expand Down Expand Up @@ -195,7 +195,7 @@ them automatically.

![Sign out from admin account](readme-images/sign-out-from-admin.png)

2. Go to the [http://localhost:8024/auth/realms/master/account](http://localhost:8024/auth/realms/master/account) URI.
2. Go to the [http://localhost:8024/realms/master/account](http://localhost:8024/realms/master/account) URI.
Click the `Sign in` button to login as an example user:

![Welcome to Keycloak account](readme-images/welcome-to-keycloak-account.png)
Expand All @@ -216,7 +216,7 @@ Setting `requiredActions`, `groups`, `attributes` or `roles` is completely optio
legacy system for illustration purposes only.

4. The example user is successfully migrated. Log in again as admin
([http://localhost:8024/auth/admin/](http://localhost:8024/auth/admin/)) and navigate to `Users` to verify the
([http://localhost:8024/admin/](http://localhost:8024/admin/)) and navigate to `Users` to verify the
results:

![Realm user list](readme-images/realm-user-list.png)
Expand Down

0 comments on commit 20d2cd0

Please sign in to comment.