Hello,
I'm receiving two build errors when using the EddsaJwtSigning example and IdentityModel 4.0.0, it doesn't occur with 3.1.1
cannot convert from 'Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters' to ScottBrady.IdentityModel.Tokens.EdDsa'
on
|
SigningCredentials = new SigningCredentials(new EdDsaSecurityKey(privateKey), ExtendedSecurityAlgorithms.EdDsa) |
and
|
IssuerSigningKey = new EdDsaSecurityKey(publicKey) |
I'll be grateful for help in resolving these as I'm fairly new to EdDSA signing and your blog post and library is the most complete example that I've found.
Thanks in advance.
Hello,
I'm receiving two build errors when using the EddsaJwtSigning example and IdentityModel 4.0.0, it doesn't occur with 3.1.1
cannot convert from 'Org.BouncyCastle.Crypto.Parameters.Ed25519PrivateKeyParameters' to ScottBrady.IdentityModel.Tokens.EdDsa'on
samples/EddsaJwtSigning/ScottBrady91.BlogExampleCode.EddsaJwtSigning/Program.cs
Line 79 in be0e230
and
samples/EddsaJwtSigning/ScottBrady91.BlogExampleCode.EddsaJwtSigning/Program.cs
Line 88 in be0e230
I'll be grateful for help in resolving these as I'm fairly new to EdDSA signing and your blog post and library is the most complete example that I've found.
Thanks in advance.