Get Settings - Authentication


This request returns an XCCDefaults object with the authentication settings

Resource

GET /server/authentication

Parameters

None

Payload

None

Context

Authorization

Administrator

Errors

Example

Request
GET https://xelion.nl/api/v1/master/server/authentication
Response
{
    "object": {
        "securityDomain": "",
        "domainServer1": "",
        "domainServer2": "",
        "synchronizeDomainTime": false,
        "openIdConnections": [
            {
                "openIdId": "05b8baf6-5b73-448e-9927-45daba2df2f5",
                "openIdProvider": "MICROSOFT",
                "liveSyncOn": true,
                "openIdGroupId": "736e7ee8-6180-41b1-8417-825bb8889d11",
                "oid": "3669834",
                "objectType": "OpenIdConnection"
            },
            {
                "openIdId": "05b8baf6-5b73-448e-9927-45daba2df2f5",
                "openIdProvider": "MICROSOFT",
                "liveSyncOn": true,
                "openIdGroupId": "a0ff250f-31ab-464e-851e-18551c2df09a",
                "oid": "3670019",
                "objectType": "OpenIdConnection"
            },
            {
                "openIdId": "05b8baf6-5b73-448e-9927-45daba2df2f5",
                "openIdProvider": "MICROSOFT",
                "liveSyncOn": true,
                "openIdGroupId": "3e060f35-5b17-4155-93d1-556ad6335e2f",
                "oid": "3670370",
                "objectType": "OpenIdConnection"
            }
        ],
        "tokenRetentionDays": 0,
        "minimumPasswordLength": 0,
        "maxNumberOfFalseLogins": 0
    }
}