From df566ecb8a5834ca28bb302dd63dbfafd30e20b3 Mon Sep 17 00:00:00 2001 From: Kai Helbig Date: Tue, 22 Oct 2024 17:23:15 +0200 Subject: [PATCH] update README.md Signed-off-by: Kai Helbig --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 950a6f3..dc799d0 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ You can create and start the mock directly from the `mock` artifact using Maven com.tngtech.keycloakmock mock test - 0.16.0 + 0.17.0 ``` or Gradle ```gradle -testImplementation 'com.tngtech.keycloakmock:mock:0.16.0' +testImplementation 'com.tngtech.keycloakmock:mock:0.17.0' ``` like this: @@ -124,7 +124,7 @@ In addition to generating and signing tokens programmatically, the mock also off * user login (using implicit or authorization code flow, including support for redirect to `http://localhost` and `urn:ietf:wg:oauth:2.0:oob` for desktop applications) - ** instead of a password, you can enter the roles of the user + * instead of a password, you can enter the roles of the user * client credentials authentication * resource owner password credentials authentication (both for public and confidential clients)