Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
felixheck authored Oct 5, 2021
1 parent 8e8520b commit 8c08d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,9 @@ These options can be set in both ways: strategy-specific and as default for all
> | (1) | x | x | | `secret` | accurate |
> | (1) + (2) | x | x | x | `entitlement` | fine-grained |
>
> **\***: Plugin interacts with the Keycloak API<br/> > **\*\***: Plugin validates token with help of the Keycloak API<br/>
> **\***: Plugin interacts with the Keycloak API<br/>**\*\***: Plugin validates token with help of the Keycloak API<br/>
>
> Please mind that the accurate strategy is 4-5x faster than the fine-grained one.<br/> > **Hint:** If you define neither `secret` nor `public` nor `entitlement`, the plugin retrieves the public key itself from `{realmUrl}/protocol/openid-connect/certs`.
> Please mind that the accurate strategy is 4-5x faster than the fine-grained one.<br/>**Hint:** If you define neither `secret` nor `public` nor `entitlement`, the plugin retrieves the public key itself from `{realmUrl}/protocol/openid-connect/certs`.
- `name {string}` – The unique name of the strategy<br/>
Required. Example `BizApps`<br/>
Expand Down

0 comments on commit 8c08d35

Please sign in to comment.