OauthLog
{
"authn_rule_match": {
"rule_action": "string",
"rule_name": "string"
},
"authz_rule_match": {
"rule_action": "string",
"rule_name": "string"
},
"is_session_cookie_expired": false,
"jwks_subrequest": {
"error_code": "string",
"error_description": "string",
"sub_request_log": {
"headers_received_from_server": "string",
"headers_sent_to_server": "string",
"http_response_code": 0,
"http_version": "string",
"method": "string",
"pool_name": "string",
"pool_uuid": "string",
"request_length": 0,
"response_length": 0,
"server_ip": 0,
"server_name": "string",
"server_port": 0,
"source_port": 0,
"total_time": 0,
"uri_path": "string",
"uri_query": "string"
}
},
"oauth_state": "string",
"state": "string",
"token_exchange_subrequest": {
"error_code": "string",
"error_description": "string",
"sub_request_log": {
"headers_received_from_server": "string",
"headers_sent_to_server": "string",
"http_response_code": 0,
"http_version": "string",
"method": "string",
"pool_name": "string",
"pool_uuid": "string",
"request_length": 0,
"response_length": 0,
"server_ip": 0,
"server_name": "string",
"server_port": 0,
"source_port": 0,
"total_time": 0,
"uri_path": "string",
"uri_query": "string"
}
},
"token_introspection_subrequest": {
"error_code": "string",
"error_description": "string",
"sub_request_log": {
"headers_received_from_server": "string",
"headers_sent_to_server": "string",
"http_response_code": 0,
"http_version": "string",
"method": "string",
"pool_name": "string",
"pool_uuid": "string",
"request_length": 0,
"response_length": 0,
"server_ip": 0,
"server_name": "string",
"server_port": 0,
"source_port": 0,
"total_time": 0,
"uri_path": "string",
"uri_query": "string"
}
},
"token_refresh_subrequest": {
"error_code": "string",
"error_description": "string",
"sub_request_log": {
"headers_received_from_server": "string",
"headers_sent_to_server": "string",
"http_response_code": 0,
"http_version": "string",
"method": "string",
"pool_name": "string",
"pool_uuid": "string",
"request_length": 0,
"response_length": 0,
"server_ip": 0,
"server_name": "string",
"server_port": 0,
"source_port": 0,
"total_time": 0,
"uri_path": "string",
"uri_query": "string"
}
},
"userinfo_subrequest": {
"error_code": "string",
"error_description": "string",
"sub_request_log": {
"headers_received_from_server": "string",
"headers_sent_to_server": "string",
"http_response_code": 0,
"http_version": "string",
"method": "string",
"pool_name": "string",
"pool_uuid": "string",
"request_length": 0,
"response_length": 0,
"server_ip": 0,
"server_name": "string",
"server_port": 0,
"source_port": 0,
"total_time": 0,
"uri_path": "string",
"uri_query": "string"
}
}
}
OAuth SessionCookie expired. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
OAuth state. Enum options - OAUTH_STATE_CLIENT_IDP_HANDSHAKE_REDIRECT, OAUTH_STATE_CLIENT_IDP_HANDSHAKE_FAIL, OAUTH_STATE_TOKEN_EXCHANGE_REQUEST, OAUTH_STATE_TOKEN_EXCHANGE_RESPONSE, OAUTH_STATE_TOKEN_INTROSPECTION_REQUEST, OAUTH_STATE_TOKEN_INTROSPECTION_RESPONSE, OAUTH_STATE_REFRESH_TOKEN_REQUEST, OAUTH_STATE_REFRESH_TOKEN_RESPONSE, OAUTH_STATE_JWKS_URI_REQUEST, OAUTH_STATE_JWKS_URI_RESPONSE, OAUTH_STATE_USERINFO_REQUEST, OAUTH_STATE_USERINFO_RESPONSE. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.
OAuth request State to avoid CSRF atatcks. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.