Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Cnfl code snippet
<!-- begin snippet -->

<!-- language: lang-js -->
<script>$(document).ready(function(){
$('[data-toggle="tooltip"]').tooltip();
});
</script>
<!-- language: lang-css -->

<!-- language: lang-html -->
<p>Because of the key role of <span><a href="#" data-toggle="tooltip" data-placement="bottom" title="An EmpowerID Person is the base EmpowerID Identity Warehouse identity and, as such, it is the object that authenticates users into the EmpowerID system and allows them to perform any tasks authorized by their security assignments. Without an EmpowerID Person, users cannot access EmpowerID or affect a managed resource in any way. The only exception to this are the the few workflows configured for anonymous use.">Person objects</a></span> in EmpowerID, the process by which EmpowerID joins inventoried accounts to these objects is foundational to how EmpowerID manages your user identities. As was mentioned in the Understanding Inventory topic, when EmpowerID inventories a resource system with user accounts, it does more than just write a copy of those user accounts to a table in the EmpowerID Identity Warehouse. It evaluates those accounts to determine whether or not they are owned by users, and based on that evaluation it does one of the following three things:</p> 

<!-- Uncomment to load: -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet prefetch" href="https://fonts.googleapis.com/css?family=Share+Tech+Mono">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- end snippet -->




  • It ignores them;
  • It joins them to existing EmpowerID Persons;
  • It provisions new EmpowerID Persons, joining those new Persons to the accounts.

...