Autional Autional
API Reference GitHub autional.com →

GET /admin/security/risk-config

Get the adaptive risk scoring configuration for the current tenant (thresholds/signal weights/learning period)

Security Management `bearerAuth` application/json

Responses

StatusDescriptionSchema
200Risk configurationgitee_com_linmes_authms_base_dto.DataResponse-handler_riskConfigResponse

Referenced Schemas

domain.SignalWeights

FieldTypeRequiredExampleConstraintsDescription
credential_leaked integer No
ip_bad_reputation integer No
ip_unknown integer No
ip_vpn integer No
login_failure_high integer No
login_failure_moderate integer No
mfa_method_changed integer No
new_country integer No
new_device_or_ip integer No
session_hijack integer No
unknown_device integer No
unusual_location integer No
unusual_time integer No
velocity_anomaly integer No

gitee_com_linmes_authms_base_dto.DataResponse-handler_riskConfigResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
data handler.riskConfigResponse No
message string No
timestamp string No

handler.riskConfigResponse

FieldTypeRequiredExampleConstraintsDescription
critical_threshold integer No
elevated_threshold integer No
high_threshold integer No
learning_period_days integer No
moderate_threshold integer No
session_risk_enabled boolean No
signal_weights domain.SignalWeights No
tenant_id string No