mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
108 stars 22 forks source link

Support for client configurations #60

Closed aberg09 closed 1 year ago

aberg09 commented 1 year ago

Hello again :),

we have continued to set up our keycloak and came across some client setting that are not supported yet. With your permission I would add them to the implementation via a pull request again.

The one we are lacking is frontchannelLogout.

However I also compared the REST API payload with the current documentation and found that some others are missing, too. I would add them as well. Please let me know if there is something I should omit or something else we want to add to the list.

So I would add support for:

(Most of the properties are already present in the Client class, but not yet in the UpdateClientAction class).

klg71 commented 1 year ago

Hey aberg09 thanks for your commitment :) I would be glad to receive such a completing Merge Request :) Best Regards

aberg09 commented 1 year ago

I am glad I can help. And here is the pull request: https://github.com/mayope/keycloakmigration/pull/61

klg71 commented 1 year ago

The change is released with version 0.2.46 (https://github.com/mayope/keycloakmigration/releases/tag/0.2.46) :) Thanks for your contribution. 👍

aberg09 commented 1 year ago

The download works. Thanks again for making this happen so quickly!