Skip to content

Incorrect description of Passkeys webauthn #18355

@iqolome

Description

@iqolome

Describe the bug
The document describes dependency errors related to WebAuthn

To Reproduce

Image

Expected behavior

// Dependencies should be like this
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-webauthn</artifactId>
</dependency>

Sample

A link to a GitHub repository with a [minimal, reproducible sample]

docs/modules/ROOT/pages/servlet/authentication/passkeys.adoc

<!-- 

// Remove this spring-boot-starter-security  Already included
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-web</artifactId>
</dependency>

-->


// Add this   JdbcPublicKeyCredentialUserEntityRepository and JdbcUserCredentialRepository Included here
 <dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-webauthn</artifactId>
</dependency>


Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions