Skip to content

Add AuthenticationAlgorithm::rsassa_pkcsv15_sha256_raw #209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

micolous
Copy link
Collaborator

@micolous micolous commented Oct 7, 2022

Running fido-mds-tool against current metadata returns an error:

DEBUG compact_jwt::jws: Invalid Jwt - Serde Error e=Error("unknown variant `rsassa_pkcsv15_sha256_raw`, expected one of `secp256r1_ecdsa_sha256_raw`, `secp256r1_ecdsa_sha256_der`, `secp256k1_ecdsa_sha256_raw`, `rsa_emsa_pkcs1_sha256_raw`, `ed25519_eddsa_sha512_raw`, `secp384r1_ecdsa_sha384_raw`", line: 1, column: 1206200)
ERROR fido_mds_tool: e=InvalidJwt

This adds the missing algorithm.

  • cargo fmt has been run
  • cargo test has been run and passes
  • documentation has been updated with relevant examples (if relevant)

@Firstyear Firstyear merged commit af6dc9c into kanidm:master Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants