Browse Source

修改拦截配置

yingp 7 years ago
parent
commit
8a8bbd3afe
1 changed files with 1 additions and 1 deletions
  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
   ignores:
     - /api/auth/authorize
-    - /api/auth/sso/callback
+    - /api/auth/sso/callback/**
     - /api/account/account/register
     - /api/auth/info
     - /ws/**