You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The File Organizational Identity Source Plugin is designed to integrate using CSV files.

Modes

Org Identity Source ModeSupport
Manual Search and LinkingSupported
Enrollment, AuthenticatedNot supported
Enrollment, ClaimNot supported
Enrollment, SearchSupported
Enrollment, SelectSupported
Org Identity Sync ModeSupport
FullSupported
QuerySupported
UpdateSupported
ManualSupported

Installation

This is a non-core plugin, see Installing and Enabling Registry Plugins for more information.

Configuration

The path specified must be readable by the COmanage Registry web server.

File Format

The currently supported format is experimental, and is subject to change in a future release.

The source file must be in CSV format, with the following columns:

ColumnDescriptionRequired?Notes
1Unique Record KeyYes 
2blank  
3blank  
4Given NameYes 
5blank  
6Family Name  
7Street Address  
8Locality  
9blank  
10State  
11Postal Code  
12Country  
13Email Address  
14Telephone Number  
15Telephone Country Code  
16National Identifier  
17Title  
18Organization  
19Match Reference Identifier  
20Valid From Any format supported by strtotime(), expected in UTC
21Valid Through Any format supported by strtotime(), expected in UTC

 

See Also

  • No labels