Get All User Federation
Retrieves all configured user-federations.
Request
URI
GET
https://{api_host}/tcsa.host.com/tcsa/api/auth-management/v1/user-federations
COPY
Responses
200
Ok
Returns Array of UserFederation of type(s) application/json
[
{
"id": "c3046544-3dd4-4cc4-b3bf-0383088dd99f",
"name": "my-ldap-config",
"enabled": true,
"priority": 1,
"import_enabled": true,
"edit_mode": "READ_ONLY",
"sync_registration": false,
"vendor": "AD",
"username_ldap_attribute": "cn",
"rdn_ldap_attribute": "uid",
"uuid_ldap_attribute": "uid",
"user_object_classes": "inetOrgPerson, organizationalPerson",
"connection_url": "http://<ip:port>",
"users_dn": "ou=users,dc=tco,dc=com",
"bind_type": "simple",
"bind_dn": "ou=users",
"bind_credential": "string",
"advanced": {
"start_tls": true
},
"mapper": [
{
"id": "c36fcf2c-ce24-4bae-beda-8161d4eb2883",
"ldap_attribute": "cn",
"name": "my-mapper"
}
]
}
]
400
Invalid Request sent by the user
Operation doesn't return any data structure
401
User authentication failed
Operation doesn't return any data structure
403
Access to the requested resource/operation is forbidden
Operation doesn't return any data structure
404
Cannot find requested resource
Operation doesn't return any data structure
500
Internal server error
Operation doesn't return any data structure
Deprecated
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