Skip to content

Commit 298d9e0

Browse files
authored
Merge pull request #95779 from mahoekst/patch-3
Fixed the rules definition
2 parents 56b8513 + f9b9648 commit 298d9e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/active-directory/verifiable-credentials/verifiable-credentials-configure-issuer.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ In this step, you create the verified credential expert card by using Azure AD V
112112
"required": false
113113
}
114114
]
115+
},
116+
"validityInterval": 2592000,
117+
"vc": {
118+
"type": [
119+
"VerifiedCredentialExpert"
120+
]
115121
}
116122
}
117123
```

0 commit comments

Comments
 (0)