dasniko / testcontainers-keycloak

A Testcontainer implementation for Keycloak IAM & SSO.
Apache License 2.0
327 stars 50 forks source link

Extend the .withProviderClassesFrom() method to allow to specify multiple locations #128

Closed dasniko closed 1 month ago

dasniko commented 4 months ago

Description

Sometimes there's the need to add provider classes from multiple locations, not only from one like the default "target/classes" directory.

Motivation

This improvement request was initially requested from @xgp during a discussion on https://keycloak-day.dev conference

Details

No response