Package io.quarkus.security.webauthn
Class WebAuthnRunTimeConfig.RelyingPartyConfig
- java.lang.Object
-
- io.quarkus.security.webauthn.WebAuthnRunTimeConfig.RelyingPartyConfig
-
- Enclosing class:
- WebAuthnRunTimeConfig
public static class WebAuthnRunTimeConfig.RelyingPartyConfig extends Object
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.
-
-
Constructor Summary
Constructors Constructor Description RelyingPartyConfig()
-
-
-
Field Detail
-
id
@ConfigItem public Optional<String> id
The id (or domain name of your server)
-
name
@ConfigItem(defaultValue="Quarkus server") public String name
A user friendly name for your server
-
-