An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
hi 笹川 浩 & thx for sharing urs issue here at Q&A portal,
from what you've shared, it looks like the upgrade completed only partially. The DID document has been updated correctly, the new P-256 key is present in the signingKeys array, didDocumentStatus is published, and the did-configuration.json JWT is already being signed with ES256. That suggests the DID publication side of the migration succeeded. The concerning part is that newly issued VCs are still being signed with ES256K, and the Azure Portal continues to show the old signing key identifier. If newly issued credentials still reference the original P-256K key, then the issuer hasn't switched to the new signing key yet.
I'm not really aware of any customer-facing operation that forces that final switchover. Based on the current behavior, I wouldn't assume the service will automatically start using the new key on July 1. Given the retirement of P-256K, I'd recommend opening a Microsoft support case before that date and asking the Verified ID team to verify the signing key state on the backend.
When opening the case, include the authority ID, the output from GET /v1.0/verifiableCredentials/authorities/{authorityId}, the DID document, the did-configuration.json JWT showing ES256, and an example of a newly issued VC that is still signed with ES256K. That should give the product team enough information to determine whether this is an incomplete migration or a backend issue preventing the issuer from switching to the new signing key.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/