keycloak / keycloak-client

Keycloak-client java modules
Apache License 2.0
5 stars 11 forks source link

Move PolicyEvaluation* tests to keycloak-client #68

Closed rmartinc closed 1 month ago

rmartinc commented 1 month ago

Closes #67

The two test classes PolicyEvaluation* are refactored to use the external authz client instead of internal execution in the server. There is one test that cannot be ported as it is testing the transaction is committed. Probably that class and test should be maintained in keycloak. But all the rest of tests are ported to the keycloak-client.