mattmorg55 / Owin.Security.Keycloak

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

InnerException: Invalid Keycloak server parameters specified: See inner for server error. #23

Open toniomtb opened 2 years ago

toniomtb commented 2 years ago

Hi all, i'm working on a web api project in .net framework using owin, and i tried to use this package to use keycloak for authentication and authorization. This is my startup class: image

Wen i run the application i get alwasy this error: image

someone already faced this issue and can suggest me a solution? thanks.