mattmorg55 / Owin.Security.Keycloak

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

Integrateing Asp.net WebApp with .net API both using KeyCloak #22

Open mehmoodmoodi opened 3 years ago

mehmoodmoodi commented 3 years ago

I have figured out provided code sample to integrate a ASP. Net Web App with Keycloak. what i need to know is that My web app uses and API .. do i need to configure my API so that it can verify JWT token generated by keycloak for User. If so Please If any one can share a sample code.