v2.3
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user