change the driver redirect timeout to 5 minute ; change the auth plugin white list...
[msb/apigateway.git] / msb-core / openresty-ext / src / assembly / resources / openresty / nginx / luaext / plugins / auth.lua
index 6eafc61..8e0624b 100644 (file)
@@ -25,7 +25,7 @@ local redirect_url = "/openoui/common/login.html"
 local white_list= {
   auth_token_url,
   redirect_url,
-  '/openoui/common/'
+  '/portal-package/common/'
 };
 
 local function verify_value(value)