瀏覽代碼

修改拦截配置

yingp 7 年之前
父節點
當前提交
8a8bbd3afe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      base-servers/gateway-server/src/main/resources/application.yml

+ 1 - 1
base-servers/gateway-server/src/main/resources/application.yml

@@ -179,7 +179,7 @@ auth:
   public-key: auth/pub.key
   public-key: auth/pub.key
   ignores:
   ignores:
     - /api/auth/authorize
     - /api/auth/authorize
-    - /api/auth/sso/callback
+    - /api/auth/sso/callback/**
     - /api/account/account/register
     - /api/account/account/register
     - /api/auth/info
     - /api/auth/info
     - /ws/**
     - /ws/**