Search FIDO UAF credentials by AAID and KeyId
POST/nevisidm/api/core/v1/clients/:extId/fido-uaf/search
Since: 8.2511.0
This is an Internal Use Only Interface. Not intended for public use, may change without public statements.
Required permission(s): AccessControl.ClientView,AccessControl.CredentialView
Searches FIDO UAF credentials for the client with the given external ID using AAID and KeyId pairs provided in the request body.
If a credential with a given AAID and KeyId pair does not exist, it is simply ignored. This endpoint can search across multiple users within the same client.
If fetchMode is set to all-for-user, all FIDO UAF credentials of users for whom at least one matching credential is found are returned. Filtering is not supported on this endpoint.
Request
Responses
- 200
- 403
FIDO UAF credentials found
Insufficient permissions