<p dir="ltr">I&#39;m developing a custom federation that communicates with my user repository via webservices. <br>
Probably this is a very strange scenario for a federation but that&#39;s the unique way that I have to communicate with the repository.</p>
<p dir="ltr">My problem is that, as the webservices only exposes methods such as createUser and updateUser, I&#39;m having problems with registrations and user profile updates because I&#39;m not being able to do atomic calls to the webservice methods, with all the information that I need.</p>
<p dir="ltr">As far as I know, from the properties file example and from the ldap federation source (probably I&#39;m missing something) it seems that the federation api is intended to update and sync attribute by attribute (Keycloak &lt;-&gt; Federation). <br>
Am i wrong? Do you suggest another approach? Should I give up from having a federation that uses a webservice?</p>
<p dir="ltr">Thank you.</p>