Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make ProofType for CredentialRequest a string instead of enum #30999

@Captain-P-Goldfish

Description

@Captain-P-Goldfish

Description

The class org.keycloak.protocol.oid4vc.model.ProofType should hold String constants instead of being an enum.

relatesTo #30875

Discussion

No response

Motivation

Enums are a bad choice for type-selection because it limits the extensibility for custom-data-formats if other formats are required.

Details

No response

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