Interface WebAuthnRunTimeConfig.RelyingPartyConfig

Enclosing interface:
WebAuthnRunTimeConfig

public static interface WebAuthnRunTimeConfig.RelyingPartyConfig
Root CRLs for attestation verification of authenticators. These are the root CRLs from FIDO Alliance. The CRLs are required to ensure that the metda data service can be trusted.
  • Method Summary

    Modifier and Type
    Method
    Description
    id()
    The id (or domain name of your server, as obtained from the first entry of origins or looking at where this request is being served from)
    A user friendly name for your server
  • Method Details

    • id

      @ConfigDocDefault("The host name of the first allowed origin, or the host where this application is deployed") Optional<String> id()
      The id (or domain name of your server, as obtained from the first entry of origins or looking at where this request is being served from)
    • name

      @WithDefault("Quarkus server") String name()
      A user friendly name for your server