From 8c08d3598b1c31b35d98efcfde1903fbc0ec302f Mon Sep 17 00:00:00 2001 From: Felix Heck Date: Tue, 5 Oct 2021 13:17:52 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 674e529..bf6bd54 100644 --- a/README.md +++ b/README.md @@ -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
> **\*\***: Plugin validates token with help of the Keycloak API
+> **\***: Plugin interacts with the Keycloak API
**\*\***: Plugin validates token with help of the Keycloak API
> -> Please mind that the accurate strategy is 4-5x faster than the fine-grained one.
> **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.
**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
Required. Example `BizApps`