Files
audit-web/sso_config.json
T
2026-08-26 14:11:37 +07:00

18 lines
632 B
JSON

{
"enabled": true,
"validate_url": "http://10.144.47.157:8000/auth/validate-token",
"timeout": 10,
"verify_ssl": false,
"allowed_redirect_paths": [
"/",
"/audit",
"/audit/"
],
"description": "SSO Portal Authentication Configuration",
"notes": [
"validate_url: Endpoint xác thực JWT token từ SSO Portal bên ngoài",
"timeout: Thời gian chờ kết nối tới SSO server (giây)",
"verify_ssl: Bỏ qua kiểm tra SSL certificate (do SSO server dùng self-signed cert)",
"allowed_redirect_paths: Danh sách đường dẫn hợp lệ để redirect sau khi đăng nhập SSO"
]
}