-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Did you manage to get this running on CoreCLR on Linux?
I tried on Ubuntu. I managed to get the creation of the key working by modifying the
lRsa = new RSACryptoServiceProvider(2048);
to
lRsa = new RSAOpenSsl(2048);
But I get into issues when trying to create a token, when the framework tries to create an AsymmetricSignatureProvider.
This seems to be this issue.
Has anyone tried anything like this yet?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels