Skip to content

Commit f4507df

Browse files
authored
Update jwt-claims-customization.md
1 parent 93ab1df commit f4507df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/jwt-claims-customization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@ For multi-tenant apps, a custom signing key should be used. Don't set `acceptMap
208208

209209
Add the following information to the service principal:
210210

211-
- Private key (as a [key credential](/graph/api/resources/keycredential?view=graph-rest-1.0))
212-
- Password (as a [password credential](/graph/api/resources/passwordcredential?view=graph-rest-1.0))
213-
- Public key (as a [key credential](/graph/api/resources/keycredential?view=graph-rest-1.0))
211+
- Private key (as a [key credential](/graph/api/resources/keycredential?view=graph-rest-1.0&preserve-view=true))
212+
- Password (as a [password credential](/graph/api/resources/passwordcredential?view=graph-rest-1.0&preserve-view=true))
213+
- Public key (as a [key credential](/graph/api/resources/keycredential?view=graph-rest-1.0&preserve-view=true))
214214

215215
Extract the private and public key base-64 encoded from the PFX file export of your certificate. Make sure that the `keyId` for the `keyCredential` used for "Sign" matches the `keyId` of the `passwordCredential`. You can generate the `customkeyIdentifier` by getting the hash of the cert's thumbprint.
216216

0 commit comments

Comments
 (0)