Skip to content

Webauthn class JdbcUserCredentialRepository does not support oracle due to table name clash #18047

@alexanderr-bb

Description

@alexanderr-bb

Describe the bug
The hardcoded table name used by JdbcUserCredentialRepository, user_credentials, has a clash with a default oracle table view: https://docs.oracle.com/en/database/oracle/oracle-database/19/refrn/USER_CREDENTIALS.html

To Reproduce
Try and create the table and use it in oracle.

Expected behavior
The ability to configure the table name or extend the class.

Sample

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