Skip to content

Add ed25519 / OKP key type support #124

@sandergroen

Description

@sandergroen

I had some problems when implementing a sign on via an OIDC IDP. They had a ed25519 OKP key type public_key in their jwks.json. When implementing a custom OmniAuth strategy config.jwks.map(&:to_key) raised an exception on:

raise UnknownAlgorithm.new('Unknown Key Type')

We have found a way to work around the issue but it would be great if this library supports this algorithm as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions