Commit 736a753
authored
Update validate-jwt policy for RS256 signing algorithms
The pfx file in general contains a public key as well as its corresponding private key. In this case of jwt validation for RS256 signing algorithms, we need only the public key of the certificate for validation. But APIM custom client certificate uploads don't support cert format and it supports only pfx format. So we have to create a pfx file only with the public key for custom client certificate upload. So it's better to call out this format explicitly in the document as generally, a pfx format has a private key as well. This clarifies to the user that we use should only pfx file but with only the public key and it also clarifies the security concerns about uploading a pfx file.1 parent 7b26b23 commit 736a753
File tree
1 file changed
+1
-1
lines changed- articles/api-management
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
| 564 | + | |
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| |||
0 commit comments