Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
traffic-signal-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
signal
traffic-signal-platform
Commits
cb3b9282
Commit
cb3b9282
authored
Jun 12, 2023
by
duanruiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[update] 路径优化
parent
3f8e9f14
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
application.yml
signal-control-service/src/main/resources/application.yml
+4
-4
No files found.
signal-control-service/src/main/resources/application.yml
View file @
cb3b9282
...
@@ -74,18 +74,18 @@ security:
...
@@ -74,18 +74,18 @@ security:
client-id
:
identity
client-id
:
identity
client-secret
:
identity-secret
client-secret
:
identity-secret
# 授权码认证方式需要的
# 授权码认证方式需要的
user-authorization-uri
:
http://1
0.102.1.182
:17040/oauth/authorize
user-authorization-uri
:
http://1
72.17.0.1
:17040/oauth/authorize
# 密码模式需要用到的获取 token 的接口
# 密码模式需要用到的获取 token 的接口
access-token-uri
:
http://1
0.102.1.182
:17040/oauth/token
access-token-uri
:
http://1
72.17.0.1
:17040/oauth/token
scope
:
all
scope
:
all
# 备选列表 password client_credentials authorization_code
# 备选列表 password client_credentials authorization_code
grant-type
:
password
grant-type
:
password
authorization
:
authorization
:
# 当此服务端接收到来自客户端端的请求后,需要拿着请求中的 token 到认证服务端做 token 验证,就是请求的这个接口
# 当此服务端接收到来自客户端端的请求后,需要拿着请求中的 token 到认证服务端做 token 验证,就是请求的这个接口
check-token-access
:
http://1
0.102.1.182
:17040/oauth/check_token
check-token-access
:
http://1
72.17.0.1
:17040/oauth/check_token
resource
:
resource
:
jwt
:
jwt
:
key-uri
:
http://1
0.102.1.182
:17040/oauth/token_key
key-uri
:
http://1
72.17.0.1
:17040/oauth/token_key
key-value
:
dev
key-value
:
dev
ignite-client
:
ignite-client
:
address
:
10.102.1.182:10800
address
:
10.102.1.182:10800
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment