dylanplecki / KeycloakOwinAuthentication

Keycloak Authentication Middleware for the C# OWIN Pipeline
http://keycloak.jboss.org
MIT License
56 stars 130 forks source link

What are the benefits of using KeycloakOwinAuthentication vs OpenIdConnectAuthentication middleware? #39

Closed brat000012001 closed 8 years ago

brat000012001 commented 8 years ago

Hello, What are the benefits of using a special middleware to connect to keycloak IdP instead of relying on the Microsoft's OpenIdConnectAuthentication middleware which is supposed to work with any OIDC IdP? Thanks Peter