You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently cannot store account key in Key Vault Keys due to signing functions being abstracted away by Certes (we're storing in Key Vault Secrets instead, which means private key can be retrieved).
Would need to enhance Certes to allow Account Key signing/encryption to be handled by a custom class which adheres to some interface.
The text was updated successfully, but these errors were encountered:
Currently cannot store account key in Key Vault Keys due to signing functions being abstracted away by Certes (we're storing in Key Vault Secrets instead, which means private key can be retrieved).
Would need to enhance Certes to allow Account Key signing/encryption to be handled by a custom class which adheres to some interface.
The text was updated successfully, but these errors were encountered: