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

Is there a reason why token introspection was not supported in this library? #157

Open nrmaridu opened 8 months ago

nrmaridu commented 8 months ago

I see the token introspection was not included in wellknown configuration and also not implemented. Is there a specific reason for this?

I would like to contribute if there are no specific reason for not implementing this.

ostrya commented 8 months ago

I'd say it's similar to #103 - since we do not need the endpoint in our use cases, we did not implement it. If it helps with your use case I'd be happy to accept your contribution.