Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

Über die StaticSyncSource kann man dem Sync-Prozess statische Properties oder Claims hinzufügenThe UserFieldMappingSyncSource can be used to add static properties or claims to the sync process:

Code Block
languagexml
<StaticSyncSource name="Static">
    <Property name="test1">helloworld</Property>
    <Property name="test2">helloworld2</Property>
    <Claims>
   
    <Claim type="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/test">WERT!</Claim>
    </Claims>
 
</StaticSyncSource>