Admin — SSO
Get SSO provider
Returns a single SSO provider by ID, including the full (redacted) configuration.
Path Parameters
id*string
Length
1 <= length <= 128Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "http://localhost:3001/api/v1/admin/sso/providers/prov_abc123"{
"provider": {
"id": "string",
"orgId": "string",
"type": "saml",
"issuer": "string",
"domain": "string",
"enabled": true,
"ssoEnforced": true,
"createdAt": "string",
"updatedAt": "string",
"config": {
"property1": null,
"property2": null
},
"verificationToken": "string",
"domainVerified": true,
"domainVerifiedAt": "string",
"domainVerificationStatus": "pending",
"property1": null,
"property2": null
}
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}{
"property1": null,
"property2": null
}{
"error": "string",
"message": "string",
"requestId": "string"
}