OauthLog

OauthLog
OauthLog
JSON Example
{
    "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"
        }
    }
}
authn_rule_match
Optional

authn_rule_match

authz_rule_match
Optional

authz_rule_match

boolean
is_session_cookie_expired
Optional

OAuth SessionCookie expired. Field introduced in 21.1.3. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

jwks_subrequest
Optional

jwks_subrequest

string
oauth_state
Optional

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.

string
state
Optional

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.

token_exchange_subrequest
Optional

token_exchange_subrequest

token_introspection_subrequest
Optional

token_introspection_subrequest

token_refresh_subrequest
Optional

token_refresh_subrequest

userinfo_subrequest
Optional

userinfo_subrequest

Property Of