Vigilfield Docs
API referenceIdentity providers

Identity_provider_get

GET/identity-providers/{id}

Path Parameters

id*string

Identity provider id

Response Body

application/json

curl -X GET "https://example.com/identity-providers/string"
{  "attribute_mappings": null,  "cognito_provider_name": "string",  "created_at": "string",  "domains": [    "string"  ],  "enabled": true,  "id": "string",  "last_sync_at": "string",  "name": "string",  "oidc": null,  "org_id": "string",  "protocol": "saml",  "saml": null,  "scim": null,  "updated_at": "string"}