Get All User Federation

Get All User Federation

Retrieves all configured user-federations.

Request
URI
GET
https://{api_host}/tcsa/api/auth-management/v1/user-federations
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Ok

Returns Array of object 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

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/tcsa/api/auth-management/v1/user-federations