LogoLogo
HomeIntegrityControlSolutionsManagement Center
2.2 OTP Enrollment
2.2 OTP Enrollment
  • Overview
    • Overview of Enrollment
    • Get started
    • Installation
      • Windows
  • Modules
    • Overview
    • AuthN
    • OATH
      • OathSwEnrollment
        • Overview
        • Module parameters
      • OathHwEnrollment
        • Overview
        • Module parameters
      • OathValidation
        • Overview
        • Module parameters
    • Passkey
      • Overview
      • WebAuthnEnrollment
        • Overview
        • Module parameters
      • WebAuthnValidation
        • Overview
        • Module parameters
          • Public Key Credential Request Options (credential_request_options)
    • TokenAdminApi
      • Overview
      • Module parameters
      • HTTP API
    • TokensDb
      • Overview
      • General parameters
      • OATH Software (oathsw)
      • OATH Hardware (oathhw)
      • Passkey (webauthn)
        • Public Key Credential Creation Options (credential_creation_options)
    • Other modules
  • Operations
    • Database
      • Connect to database
      • Operate
      • Troubleshoot
    • Troubleshooting
      • Extended logging
    • CEF logging
    • PSKC File Import
  • Token devices
    • OATH mobile apps
  • Installation
    • Using a container
    • Windows
    • Unix
Powered by GitBook
On this page
  1. Modules
  2. Passkey
  3. WebAuthnValidation
  4. Module parameters

Public Key Credential Request Options (credential_request_options)

PreviousModule parametersNextTokenAdminApi

Last updated 1 year ago

This configuration specifies the desired attributes of a to-be-created assertion. The configuration is sent from the server to the user agent when the agent begins a new authentication.

The table below describes the parameters involved, as specified by the W3C Recommendation from 8 April 2021 . The links refer to the W3C document.

A specification of how the user agent algorithm is determined by this configuration can be found .

Name
Description
Default
Mandatory

Relying Party ID

Recommended client side timeout

"preferred"

{
  "name": "WebAuthnValidation",
  "config": {
    "namespace": "default",
    "db_driver": "com.microsoft.sqlserver.jdbc.SQLServerDriver",
    "jdbc": {
      "url": "jdbc:sqlserver://<host>:<port>;database=<database>;encrypt=false",
      "username": "<user>",
      "password": "<password>"
    },
    "encryption_key": "<encryption key>",
    "origin": "https://example.com:443",
    "user_verification_required": true,
    "user_presence_required": true,
    "credential_request_options": {
      "rpId": "example.com",
      "timeout": 60000,
      "userVerification": "preferred"
    }
  }
}

Web Authentication: An API for accessing Public KeyCredentials Level 2
here
rpId
timeout
See step 4.
userVerification