<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi,</p>
    <p>if you configure your resource with inbound mappings only (remove
      all outbounds), midPoint will not try to push any attribute
      changes to that resource.</p>
    <p>In addition you can configure capatilibies of the resource to
      completely disable create, update and/or delete operations:</p>
    <p>...</p>
    <p>        </schemaHandling><br>
      <br>
                      <capabilities
xmlns:cap=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">"http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3"</a>><br>
                              <configured><br>
                                      <cap:create><br>
                                             
      <cap:enabled>false</cap:enabled><br>
                                      </cap:create><br>
                                      <cap:update><br>
                                             
      <cap:enabled>false</cap:enabled><br>
                                      </cap:update><br>
                                      <cap:delete><br>
                                             
      <cap:enabled>false</cap:enabled><br>
                                      </cap:delete><br>
                              </configured><br>
                      </capabilities><br>
              <synchronization><br>
      ...<br>
    </p>
    See also:
    <a class="moz-txt-link-freetext" href="https://wiki.evolveum.com/display/midPoint/Resource+Capabilities">https://wiki.evolveum.com/display/midPoint/Resource+Capabilities</a><br>
    <br>
    Please note that when midPoint user is deleted, midPoint will try to
    delete also that account, but as the operation is disabled, it will
    never delete it and show warning "Operation not supported". There is
    an issue <a class="moz-txt-link-freetext" href="https://jira.evolveum.com/browse/MID-2144">https://jira.evolveum.com/browse/MID-2144</a> to completely
    ignore such operations even in GUI.<br>
    <br>
    Of course with custom connectors/meta connectors (ScriptedSQL for
    example) you are able to do the same on the connector side - by not
    implementing the DeleteOp operation (or any other). What I describe
    here is midPoint configurable way which works for any connector.<br>
    <br>
    Best regards,<br>
    Ivan<br>
    <br>
    <div class="moz-cite-prefix">On 02/22/2017 04:56 AM, Prabhakara Rao
      Doddapaneni wrote:<br>
    </div>
    <blockquote
      cite="mid:849599932.2242105.1487735809164@mail.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:16px">
        <div id="yui_3_16_0_ym19_1_1487735410127_6987">Hello,</div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987"><br>
        </div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr">I have
          external identity stores that i configured to sync with
          midpoint repository.  I need to configure the synchronization
          so that only changes in the store to be updated in midpoint
          but not in reverse.  The changes to the users i make in
          midpoint should not be carried to the external resource.</div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr"><br>
        </div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr">As of
          now when i use the resource configuration examples in github,
          when i delete a user in midpoint, the relevant account is
          being deleted in the external store.  I dont want to do that.</div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr"><br>
        </div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr">Please
          help by explaining how to configure only inbound
          synchronization but ignore the outbound synchronization.  I am
          blocked in my POC because of this.</div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr"><br>
        </div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr">Thanks,</div>
        <div id="yui_3_16_0_ym19_1_1487735410127_6987" dir="ltr">Prabhakar.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Ivan Noris
Senior Identity Engineer
evolveum.com
</pre>
  </body>
</html>