This commit is contained in:
Luftmensch
2026-08-26 14:11:37 +07:00
commit e528419f9a
135 changed files with 413970 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"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"
]
}