Skip to content

Commit

Permalink
docs(keycloak): update outdated information about revocation_endpoint (
Browse files Browse the repository at this point in the history
…#948)

As of mid-2020, Keycloak has support for revocation keycloak/keycloak#7106
  • Loading branch information
jspizziri authored Mar 1, 2024
1 parent b42e66a commit aba51ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config-examples/keycloak.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Keycloak

Keycloak [does not specify a revocation endpoint](http://keycloak-user.88327.x6.nabble.com/keycloak-user-Revoking-an-OAuth-Token-td3041.html) so revoke functionality doesn't work.
Keycloak versions [prior to May 2020](https://github.com/keycloak/keycloak/pull/7106) do not specify a revocation endpoint so revoke functionality doesn't work. If you require the ability to call `revoke` you'll need to ensure you're on a modern version of Keycloak.

If you use [JHipster](http://www.jhipster.tech/)'s default Keycloak Docker image, everything will work with the following settings, except for revoke.
If you use [JHipster](http://www.jhipster.tech/)'s default Keycloak Docker image, everything will work with the following settings.

```js
const config = {
Expand Down

0 comments on commit aba51ba

Please sign in to comment.