Closed mstruk closed 1 week ago
I added a better (hopefully) description.
Travis is failing for s390x
only, and I've seen it fail this way for #249 as well, so I'm pretty sure it's not related to the changes in this PR. And actually, the DEBUG logging adds very minimal extra logs - only some additional info that comes handy when debugging authorization, so I think we can leave it as is.
The OAuth2 endpoints in Keycloak examples still use the urls as they were by default on legacy versions of Keycloak (e.g. 19.0.3-legacy). In the testsuite we moved some time ago to start using recent versions of Keycloak (e.g. 23.0.x) and we adjusted the OAuth2 endpoint urls there to use the default structure compatible with recent Keycloak releases.
Specifically, where before the url would look like:
https://localhost:8443/auth/realms/demo
it now looks like:https://localhost:8443/realms/demo