Skip to content

Commit 5a2088c

Browse files
Update active-directory-certificate-credentials.md
1 parent 895636f commit 5a2088c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/active-directory-certificate-credentials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Client assertions can be used anywhere a client secret would be used. For exampl
132132
| Parameter | Value | Description|
133133
|-----------|-------|------------|
134134
|`client_assertion_type`|`urn:ietf:params:oauth:client-assertion-type:jwt-bearer`| This is a fixed value, indicating that you are using a certificate credential. |
135-
|`client_assertion`| JWT |This is the JWT created above. |
135+
|`client_assertion`| `JWT` |This is the JWT created above. |
136136

137137
## Next steps
138138

0 commit comments

Comments
 (0)