We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc24480 commit 4b249f6Copy full SHA for 4b249f6
1 file changed
azkeys/testCoseSigner.go
@@ -56,5 +56,7 @@ func (s *TestCoseSigner) KeyLocation() string {
56
}
57
58
func (s *TestCoseSigner) KeyIdentifier() string {
59
- return "foo/bar"
+
60
+ // the returned kid needs to match the kid format of the keyvault key
61
+ return "location:testkey/version1"
62
0 commit comments