Identity Providers
The Identity Providers component of the AnyCAGateway REST API
An API is a set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. includes operations necessary to programmatically edit and retrieve identity providers within the AnyCAGateway REST.
Tip: Identity provider activity is logged in the AnyCA Gateway logs at the DEBUG or TRACE levels. Errors that occur when adding or updating an identity provider are logged at WARN.
Table 1341: Identity Providers Operations
| Endpoint | Method | Description | Link |
|---|---|---|---|
| /{id} | GET | Returns the identity provider with the specified ID. | GET Identity Providers ID |
| /{id} | PUT | Updates the identity provider with the specified ID. | PUT Identity Providers ID |
| / | GET | Returns all identity providers defined within AnyCAGateway REST. | GET Identity Providers |
| / | POST | Add the identity provider to AnyCAGateway REST. | POST Identity Providers |
| /Types | GET | Returns details for all the identities provider types defined within AnyCAGateway REST. | GET Identity Providers Types |
Was this page helpful? Provide Feedback