iteratec / kcwarden

Keycloak Configuration Auditor
https://iteratec.github.io/kcwarden/
Apache License 2.0
11 stars 0 forks source link

Fix IDP ignore lists not working #36

Closed malexmave closed 1 month ago

malexmave commented 1 month ago

While looking through the code to check on something else, I noticed that two of the IDP checks do not actually respect the ignore lists from the configuration. This pull request fixes that.

I also noticed that we currently do not have any unit tests that check the ignore logic. This should be added - I opened #35 for that.