Create User Federation Configuration
This API is used to create user-federation configuration.
Request
URI
POST
https://{api_host}/tcsa.host.com/tcsa/api/auth-management/v1/components
COPY
Request Body
ADComponent of type(s) application/json
Optional
{
"name": "string",
"providerId": "string",
"providerType": "string",
"parentId": "string",
"config": {
"enabled": [
"string"
],
"priority": [
"string"
],
"fullSyncPeriod": [
"string"
],
"changedSyncPeriod": [
"string"
],
"cachePolicy": [
"string"
],
"evictionDay": [
"string"
],
"evictionHour": [
"string"
],
"evictionMinute": [
"string"
],
"maxLifespan": [
"string"
],
"batchSizeForSync": [
"string"
],
"editMode": [
"string"
],
"importEnabled": [
"string"
],
"syncRegistrations": [
"string"
],
"vendor": [
"string"
],
"usePasswordModifyExtendedOp": [
"string"
],
"usernameLDAPAttribute": [
"string"
],
"rdnLDAPAttribute": [
"string"
],
"uuidLDAPAttribute": [
"string"
],
"userObjectClasses": [
"string"
],
"connectionUrl": [
"string"
],
"usersDn": [
"string"
],
"authType": [
"string"
],
"startTls": [
"string"
],
"bindDn": [
"string"
],
"bindCredential": [
"string"
],
"customUserSearchFilter": [
"string"
],
"searchScope": [
"string"
],
"validatePasswordPolicy": [
"string"
],
"trustEmail": [
"string"
],
"useTruststoreSpi": [
"string"
],
"connectionPooling": [
"string"
],
"connectionPoolingAuthentication": [
"string"
],
"connectionPoolingDebug": [
"string"
],
"connectionPoolingInitSize": [
"string"
],
"connectionPoolingMaxSize": [
"string"
],
"connectionPoolingPrefSize": [
"string"
],
"connectionPoolingProtocol": [
"string"
],
"connectionPoolingTimeout": [
"string"
],
"connectionTimeout": [
"string"
],
"readTimeout": [
"string"
],
"pagination": [
"string"
],
"allowKerberosAuthentication": [
"string"
],
"serverPrincipal": [
"string"
],
"keyTab": [
"string"
],
"kerberosRealm": [
"string"
],
"debug": [
"string"
],
"useKerberosForPasswordAuthentication": [
"string"
]
}
}
string
name
Optional
The name of the component.
string
providerId
Optional
The provider ID of the component.
string
providerType
Optional
The provider type of the component.
string
parentId
Optional
The ID of the parent component.
object
config
Optional
config
Responses
201
Successful
Operation doesn't return any data structure
Response Headers
string
Location
Provide information about the location of a newly created resource
400
Bad request
Operation doesn't return any data structure
User Federation Operations
POST
Configure User Federation
Deprecated
POST
Create User Federation Configuration
DELETE
Delete User Federation
Deprecated
DELETE
Delete User Federation Configuration
GET
Get All User Federation
Deprecated
GET
Get All User Federation Configuration
GET
Get User Federation
Deprecated
GET
Get User Federation Configuration
PATCH
Patch User Federation
Deprecated
POST
Remove Imported Users
POST
Sync User Federation
POST
Test Ldap Connection
POST
Unlink Users
PUT
Update User Federation
Deprecated
PUT
Update User Federation Configuration