Hey,

So far, Keycloak seems awesome.  Kudos to you guys for getting something working so well.

I'm curious about using Keycloak for multienancy.  It seems like in theory what I'm looking for should work, but wanted to confirm.  I have a multitenant app.  The app will dynamically create tenants at runtime, so not configuration pre-deployment.  If I'm reading correctly, I just need to build a dynamic KeycloakDeployment at runtime.  Is it possible to configure this not off of JSON files?  Do I just have to call the setter on the various KeycloakDeployment methods?

John