完善授权控制代码
diff --git a/samples/client/src/main/resources/application.yml b/samples/client/src/main/resources/application.yml
index 0141d8e..ad1efe4 100755
--- a/samples/client/src/main/resources/application.yml
+++ b/samples/client/src/main/resources/application.yml
@@ -36,7 +36,25 @@
           thread:
             timeoutInMilliseconds: 12000
 
+#infras.security.cas.enabled: true
+
+## CAS
+#应用访问地址
+app.server.host.url: http://localhost:8080
+#应用登录地址
+app.login.url: /web/caslogin
+#应用登出地址
+app.logout.url: /web/logout
+
+#CAS服务地址
+cas.server.host.url: http://101.231.81.202:9080/cas
+#CAS服务登录地址
+cas.server.host.login_url: ${cas.server.host.url}/login
+#CAS服务登出地址
+cas.server.host.logout_url: ${cas.server.host.url}/logout?service=${app.server.host.url}
+
+
 gateway.api.url: http://localhost:5555
 
-#sample-user.api.url: http://localhost:5555/sample-user
+#sample-user.api.url: ${gateway.api.url}/sample-user
 sample-user.api.url: http://localhost:10010