I am getting an error when I login using KeyCloak.
The error I get is "Both the access token and the refresh token have expired"
I have followed the example detailed here; https://github.com/dylanplecki/KeycloakOwinAuthentication/wiki/ASP.NET-MVC-Tutorial
The code works as far as the login page. I enter my login ID and Password, press the Login button and immediately get the above error on a yellow screen.
I have created the client in the Master realm and based all the settings according to what is in the web page above.
Does anyone know what I need to do to fix this?