You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/monitor-application-gateway-reference.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,7 +211,7 @@ For Application Gateway and WAF v2 SKU:
211
211
|sslEnabled | Whether communication to the backend pools used TLS. Valid values are on and off. |
212
212
|sslCipher | Cipher suite being used for TLS communication (if TLS is enabled). |
213
213
|sslProtocol | SSL/TLS protocol being used (if TLS is enabled). |
214
-
|sslClientVerify | Shows the result of client certificate verification as SUCCESS or FAILED. Failed status includes error information.|
214
+
|sslClientVerify | Shows the result of client certificate verification as SUCCESS or FAILED. Failed status will include error information. SUCCESS status will include Strict or Passthrough|
215
215
|sslClientCertificateFingerprint|The SHA1 thumbprint of the client certificate for an established TLS connection.|
216
216
|sslClientCertificateIssuerName|The issuer DN string of the client certificate for an established TLS connection.|
217
217
|serverRouted | The backend server that application gateway routes the request to. |
@@ -226,6 +226,7 @@ For Application Gateway and WAF v2 SKU:
226
226
|originalHost | This field contains the original request host name. |
227
227
|error_info | The reason for the 4xx and 5xx error. Displays an error code for a failed request. More details in the error code tables in this article. |
228
228
|contentType | The type of content or data that's being processed or delivered by the application gateway. |
229
+
|identity | Provides the Tenant ID (TID) and Object ID (OID) of the authenticated entity after successful JWT validation. |
0 commit comments