Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll authored Apr 23, 2024
1 parent 7daa7c2 commit effeaa4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You can always fetch the corresponding authentication options like this:
```csharp
var authenticationOptions = configuration
.GetSection(KeycloakAuthenticationOptions.Section)
.Get<KeycloakAuthenticationOptions>();
.Get<KeycloakAuthenticationOptions>(KeycloakInstallationOptions.KeycloakFormatBinder);

services.AddKeycloakAuthentication(authenticationOptions);
```
Expand Down Expand Up @@ -217,10 +217,5 @@ For more information and real world examples, please see my blog posts related t

## Reference

* <https://github.com/thinktecture-labs/webinar-keycloak>
* <https://github.com/thinktecture-labs/webinar-keycloak-authorization>
* <https://github.com/elmankross/Jboss.AspNetCore.Authentication.Keycloak/>
* <https://github.com/mikemir/AspNetCore.KeycloakAuthentication/>
* <https://github.com/lvermeulen/Keycloak.Net>
* <https://github.com/keycloak/keycloak-documentation/blob/main/authorization_services/topics/service-authorization-uma-authz-process.adoc>
* <https://www.keycloak.org/docs/latest/authorization_services/index.html>

0 comments on commit effeaa4

Please sign in to comment.