Skip to content

Commit 55e82be

Browse files
committed
fix flaws
1 parent 51aa56f commit 55e82be

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ server.route([
107107
## API
108108
#### Plugin Options
109109

110-
> By default, the Keycloak server has built-in two ways to authenticate the client: client ID and client secret, or with a signed JWT. This plugin supports both. Check the description of `secret` and `publicKey` for further information.<br/>
111-
> If the signed JWTs are used as online strategy, ensure that the identifier of the related realm key is included in their header as `kid`.
110+
> By default, the Keycloak server has built-in two ways to authenticate the client: client ID and client secret, or with a signed JWT. This plugin supports both. Check the description of `secret` and `publicKey` for further information. If the signed JWTs are used as online strategy, ensure that the identifier of the related realm key is included in their header as `kid`.
112111
>
113112
> | Strategy | Online | Option |
114113
> |:------------|:------:|:------------|

0 commit comments

Comments
 (0)