Package io.quarkus.security.webauthn
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
-
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 oforiginsor looking at where this request is being served from) -
name
A user friendly name for your server
-