chore: 资源服务器使用 oidc 协议

This commit is contained in:
shidaobang 2025-03-20 14:38:31 +08:00
parent 934bea66ac
commit 74078488a1
1 changed files with 4 additions and 4 deletions

View File

@ -198,10 +198,10 @@ y9:
protectedUrlPatterns: /vue/*
opaque:
#- 客户端唯一标示,由认证服务提供商分配
client-id: clientid
client-id: clientid_oidc
#- 客户端密钥,由认证服务提供商分配
client-secret: secret
client-secret: secret_oidc
#- 认证服务器验证访问令牌有效性的路径
introspection-uri: http://localhost:7055/sso/oauth2.0/introspect
introspection-uri: http://localhost:7055/sso/oidc/introspect
#- 认证服务器获取用户信息路径
profile-uri: http://localhost:7055/sso/oauth2.0/profile
profile-uri: http://localhost:7055/sso/oidc/profile