tskorupka
tskorupka
Hey @philrenaud, it would be great if you do, sorry, I was offline for a while, I definitely look forward to adding this myself, but also as a collaborative effort...
What about Authorization feature set of Keycloak, should then keycloak-js be used?
This to work, it must also be implemented in https://github.com/stevenmaguire/oauth2-keycloak afaik, or there could be 2 instances, of keycloak client, one for frontchannel and one for backchannel.
After some digging through code, I made it to work having front channel and back channel. What I did is simply to add two environment variables. ``` IAM_BASE_URL_FRONTCHANNEL= IAM_BASE_URL_BACKCHANNEL= ```...
If something has worked before even if it was not documented well should it be the case for it to stop working? At our company we are also using nested...
You can create your own FileField, I will post example ``` // FileField.php