Skip to content

Commit a853d56

Browse files
committed
add hints
1 parent 7d11eb7 commit a853d56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ Optional. Default: `undefined`.
123123
Optional. Default: `{}`
124124

125125
#### Plugin + Strategy Options
126+
These options can be set in both ways: strategy-specific and as default for all strategies via plugin-specific options. When defining just one strategy, it's totally fine to set the whole option object as plugin options. Keep in mind that `name` needs to be unique for each strategy, default is `default`.
127+
126128
> By default, the Keycloak server has built-in [two ways to authenticate][client-auth] the client: client ID and client secret **(1)**, or with a signed JWT **(2)**. This plugin supports both. If a non-live strategy is used, ensure that the identifier of the related realm key is included in their header as `kid`. Check the description of `secret`/`publicKey`/`entitlement` and the [terminology][rpt-terms] for further information.
127129
>
128130
> | Strategies | Online* | Live** |[Scopes][rpt] | Truthy Option | Note |

0 commit comments

Comments
 (0)