curl --request GET \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/saml/sso{
"data": {
"endpoints": [
{
"name": "<string>",
"idp_url": "<string>"
}
]
}
}Deprecated: This endpoint will no longer be supported in a future release. Please use GET /api/v2/sso-providers instead to list available SSO endpoints.
curl --request GET \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/saml/sso{
"data": {
"endpoints": [
{
"name": "<string>",
"idp_url": "<string>"
}
]
}
}Documentation Index
Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
Use this file to discover all available pages before exploring further.