stevenmaguire / oauth2-keycloak

Keycloak Provider for OAuth 2.0 Client
MIT License
204 stars 151 forks source link

Add support for keycloak version #58

Closed micbis closed 1 year ago

micbis commented 1 year ago

Hi @mstefan21

To support changes with newer keycloak versions (and keep backwards compatibility), I suggest adding an optional parameter 'version' to configure the provider.

Please have a look at the following commits:

oauth2-keycloak

oauth2-client-bundle

Let me know what you think.

Best regards Michael

micbis commented 1 year ago

PS: Work is based on #46

mstefan21 commented 1 year ago

@micbis I like your idea. I will add them to code, also with your changes for KC20.

mstefan21 commented 1 year ago

@micbis Released as new version 3.2.0

micbis commented 1 year ago

Great news, thanks. Just created a pull request for oauth2-client-bundle: https://github.com/knpuniversity/oauth2-client-bundle/pull/382