curl --request GET \
--url https://api.anycheck.ai/auth/methods{
"ENTRA": {
"details": "Connection successful",
"enabled": true,
"healthy": true
},
"LDAP": {
"details": "Connection successful",
"enabled": true,
"healthy": true
},
"PASSWORD": {
"enabled": true
}
}Check which authentication methods are enabled and healthy
curl --request GET \
--url https://api.anycheck.ai/auth/methods{
"ENTRA": {
"details": "Connection successful",
"enabled": true,
"healthy": true
},
"LDAP": {
"details": "Connection successful",
"enabled": true,
"healthy": true
},
"PASSWORD": {
"enabled": true
}
}Was this page helpful?