TNG / keycloak-mock

A Java library to test REST endpoints secured by Keycloak via OpenID connect.
Apache License 2.0
120 stars 27 forks source link

Add option to remove /auth path for Keycloak 18+ compatibility #126

Closed ostrya closed 1 year ago

ostrya commented 2 years ago

As Keycloak 18 by default removes the /auth base path from its REST paths, we should also offer this functionality so that the test configuration can be as close to the real configuration as possible.

ostrya commented 1 year ago

Fixed by #143