mattmorg55 / Owin.Security.Keycloak

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

Is it possible to Single Sign Out With NetCore6? #24

Open kttary opened 2 years ago

kttary commented 2 years ago

Currently im evaluate keycloak as login middleware for aspnet and netcore mvc app. It able to single sign in between the two. However im unable to single sign out. When i sign out from aspnet, my netcore mvc still loggin in. I also notice that logout from keycloak Realm Sessions ignored by aspnet app. Any advice?