POST /api/v1/authenticators/{authenticatorId}/aaguids
Creates a custom AAGUID for the WebAuthn authenticator
Servers
- https://{yourOktaDomain}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
authenticatorId |
String | Yes |
|
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
aaguid |
String | No |
An Authenticator Attestation Global Unique Identifier (AAGUID) is a 128-bit identifier indicating the model. |
attestationRootCertificates[] |
Array | No |
Contains the certificate and information about it |
attestationRootCertificates[].x5c |
String | No |
X.509 certificate chain |
authenticatorCharacteristics |
Object | No |
Contains additional properties about custom AAGUID. |
authenticatorCharacteristics.platformAttached |
Boolean | No |
Indicates whether the custom AAGUID is built into the authenticator ( |
authenticatorCharacteristics.fipsCompliant |
Boolean | No |
Indicates whether the authenticator meets Federal Information Processing Standards (FIPS) compliance requirements |
authenticatorCharacteristics.hardwareProtected |
Boolean | No |
Indicates whether the authenticator stores the private key on a hardware component |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.