mayope / keycloakmigration

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

Support for password policies #58

Closed aberg09 closed 1 year ago

aberg09 commented 1 year ago

Hi again :),

I also saw that currently one cannot set the password policies of a realm. This is a bit of an akward one. One can set several values, but the REST API concatenates them all into a single String. So it should be easy to implement.

Like we discussed in #56 I have implemented some changes myself. I will open a pull request for you. Please share your thoughts! Thank you!

aberg09 commented 1 year ago

And this is the pull request: https://github.com/mayope/keycloakmigration/pull/59

klg71 commented 1 year ago

Released with version: https://github.com/mayope/keycloakmigration/releases/tag/0.2.45 The release should be available on Mavencentral in 1-2 hours to 1 day. Could you verify it works for you? After that I will close this issue. Thanks for your contribution :)

aberg09 commented 1 year ago

Same here. I could successfully download the new version and it works as it should. Thank you again. It has been nice working with you!