curl --request GET \
--url https://us.infisical.com/api/v1/app-connections/azure-adcs{
"appConnections": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"app": "azure-adcs",
"method": "username-password",
"credentials": {
"username": "<string>",
"adcsUrl": "<string>",
"sslRejectUnauthorized": true,
"sslCertificate": "<string>"
},
"description": "<string>",
"version": 1,
"isPlatformManagedCredentials": false,
"gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "<string>",
"credentialsHash": "<string>",
"project": {
"name": "<string>",
"id": "<string>",
"type": "<string>",
"slug": "<string>"
}
}
]
}List the Azure ADCS Connections for the current organization or project.
curl --request GET \
--url https://us.infisical.com/api/v1/app-connections/azure-adcs{
"appConnections": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"app": "azure-adcs",
"method": "username-password",
"credentials": {
"username": "<string>",
"adcsUrl": "<string>",
"sslRejectUnauthorized": true,
"sslCertificate": "<string>"
},
"description": "<string>",
"version": 1,
"isPlatformManagedCredentials": false,
"gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectId": "<string>",
"credentialsHash": "<string>",
"project": {
"name": "<string>",
"id": "<string>",
"type": "<string>",
"slug": "<string>"
}
}
]
}The ID of the project to list Azure ADCS Connections from.
Default Response
Show child attributes
azure-adcs username-password Show child attributes
The username used to access Azure ADCS (format: 'DOMAIN\username' or '[email protected]').
1 - 255The HTTPS URL of the Azure ADCS instance to connect with (e.g., 'https://adcs.yourdomain.com/certsrv').
1 - 255Whether or not to reject unauthorized SSL certificates (true/false). Set to false only in test environments with self-signed certificates.
The SSL certificate (PEM format) to use for secure connection.
Was this page helpful?