From effeaa43265532b7222c73622b4edbc982df9055 Mon Sep 17 00:00:00 2001 From: Oleksii Nikiforov Date: Tue, 23 Apr 2024 18:14:31 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index d35ef7ae..d7d1b96c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You can always fetch the corresponding authentication options like this: ```csharp var authenticationOptions = configuration .GetSection(KeycloakAuthenticationOptions.Section) - .Get(); + .Get(KeycloakInstallationOptions.KeycloakFormatBinder); services.AddKeycloakAuthentication(authenticationOptions); ``` @@ -217,10 +217,5 @@ For more information and real world examples, please see my blog posts related t ## Reference -* -* -* -* -* * *