jcharlytown
jcharlytown
Hi, I am facing a similar issue, however somewhat more complicated I think. I'd like to disable the "security-admin-console" Client on Realms created via terraform. Going through the management console...
I can share my solution, I forgot about this. Won't get to it until tomorrow throughAm 24.04.2019 09:17 schrieb PedroDominMor :@lula any solution about this? —You are receiving this because...
Hi, sorry for the delay. I solved it like this: ``` private createService(uri: string): Promise { return new Promise((resolve, _) => { this.soap.createClient(uri, { disableCache: true }).then((c: Client) => {...