Skip to content

2.0.0

Compare
Choose a tag to compare
@p53 p53 released this 25 Nov 22:42
· 190 commits to master since this release
2c24adc

IMPORTANT:

  • keycloak 17+ removed /auth prefix from it's urls, gatekeeper is now able to accept discovery urls with or without /auth prefix
  • due to changes in keycloak 17+ it is not possible to use automatic keycloak logout mechanism, you have to confirm during logout, if you want to perform automatic logout you can use gatekeeper own mechanism as specified in user documentation

What's Changed

  • Keycloak 17+ compatibility changes by @p53 in #232
  • Add legacy /auth path prefix detection, realm extraction by @p53 in #234
  • Legacy discovery uri by @p53 in #235
  • Update gocloak,text lib by @p53 in #236
  • Fix match headers docu by @p53 in #237
  • Update docu by @p53 in #238

Full Changelog: 1.8.1...2.0.0