I was wondering why it is not possible to customize the value of ValidateIssuer (it is hard-coded as true). I'm hitting an issue during dev when running Keycloak in Docker, since the Keycloak host name is one thing to other containers in the stack whereas it's localhost from my machine. It would be much easier if I could override this to false during development.
Hi,
Thanks for this library!
I was wondering why it is not possible to customize the value of
ValidateIssuer
(it is hard-coded astrue
). I'm hitting an issue during dev when running Keycloak in Docker, since the Keycloak host name is one thing to other containers in the stack whereas it'slocalhost
from my machine. It would be much easier if I could override this tofalse
during development.