C
C#•4mo ago
Core

Azure Key Vault SDK has no method for exposing private RSA keys

Hello, I sign JWTs with a RSA private key and use the public key to validate them. The problem is that I am unable to sign the tokens, since Azure Vault does not expose the private RSA key. The tokens are being used for authentication, it is necessary to use RSA algorithm. Am I missing something? How should I proceed, as I feel like this is a dead end. 😭 Any help is highly appreciated!
2 Replies
Unknown User
Unknown User•4mo ago
Message Not Public
Sign In & Join Server To View
Core
Core•4mo ago
Thank you!!! I will check this out tonorrow