Name | Type | Default | Description |
---|
idp.authn.webauthn.admin.management.logging | String | WebAuthnCredentialManagement | The flow logging ID |
idp.authn.webauthn.admin.management.accessPolicy | Predicate<ProfileRequestContext> | AccessByAdmin | The access policy to apply. |
idp.authn.webauthn.admin.management.resolveAttributes | Boolean | true | Resolve attributes about the user after authentication. |
idp.authn.webauthn.admin.management.authenticationFlows | Function<ProfileRequestContext,Collection<String>> | | Restrict the usable authentication flows |
idp.authn.webauthn.admin.management.postAuthenticationFlows | Function<ProfileRequestContext,Collection<String>> | | A list of post-authentication interceptor flows |
idp.authn.webauthn.admin.management.defaultAuthenticationMethods | Function<ProfileRequestContext,Collection<Principal>> | saml2/http://example.org/ac/classes/mfa | Limits the authentication flows to use for requests by supported principals |
idp.authn.webauthn.admin.management.genericMessageID | | | |
idp.authn.webauthn.admin.management.authenticated | Boolean | true | Require management to the registration flow |
idp.authn.webauthn.admin.management.infoMessageFunction | Bean reference | DefaultAdminInfoMessageFunction | Information message function to pull out INFO messages for the views |
idp.authn.webauthn.admin.management.errorMessageFunction | Bean reference | DefaultAdminErrorMessageFunction | Error message function to pull out ERROR messages for the views |
idp.authn.webauthn.admin.management.audit.enabled | Boolean | false | Enable management flow auditing |
idp.authn.webauthn.admin.management.audit.format | String | %a|%T|%u|%WebAuthnAdminAO|%WebAuthnAdminAction|%WebAuthnAdminCR|%WebAuthnAdminAU|%UA | The registration audit format |
idp.authn.webauthn.admin.management.audit.category | String | Shibboleth-Audit.WebAuthnManagment | The category name of the registration audit logger. |