hawtio / hawtio-oauth

OAuth integration plugins for hawtio 2.x
Apache License 2.0
6 stars 14 forks source link

feat: support PKCE in keycloak plugin (#29) #30

Closed eidottermihi closed 2 years ago

eidottermihi commented 2 years ago

Adds support for Proof Key Code Exchange (PKCE) for the keycloak plugin by adding a new config option.

Resolves #29