Using curl or POSTMAN results in Could not find resource for full path

Keycloak 17 has changed the default context path, it’s now / instead of /auth.
So, either change your URL or add --http-relative-path=/auth/ to your params (but beware - it’s a build time property!).

1 Like