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 | ||
---|---|---|
| ||
<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> |