Get authentication configuration
Get authentication configuration (JWT, NTLM).
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/api/v2/security/authentication"{ "isSuccess": true, "error": {}, "errorDetails": "string", "message": "string", "data": { "jwtAuth": true, "ntlmAuth": true }, "resultInfo": { "page": 0, "perPage": 0, "totalCount": 0, "totalPages": 0, "hasPreviousPage": true, "hasNextPage": true }}