Skip to content
Discussion options

You must be logged in to vote

Since Authenticatior Attachment is an attestation endpoint specific configuration, you can configure it in this way:

                    .attestationOptionsEndpoint()
                        .authenticatorSelection()
                            .authenticatorAttachment(AuthenticatorAttachment.CROSS_PLATFORM)
                            .and()
                        .rp()
                            .name("WebAuthn4J Spring Security Sample")
                            .and()

Replies: 1 comment 10 replies

Comment options

You must be logged in to vote
10 replies
@asfdnkw
Comment options

@asfdnkw
Comment options

@asfdnkw
Comment options

@ynojima
Comment options

Answer selected by asfdnkw
@asfdnkw
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants