Browse Source

Merge branch 'develop' of gitadmin/tuoheng_oidc into release

tags/v2.5.2^2
xuziqing 1 year ago
parent
commit
aaf3c581dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tuoheng_oidc_server/src/main/resources/mapper/RegisteredClientMapper.xml

+ 1
- 1
tuoheng_oidc_server/src/main/resources/mapper/RegisteredClientMapper.xml View File

@@ -4,7 +4,7 @@


<select id="selectClient" resultType="com.tuoheng.model.po.RegisteredClientPo">
select id, client_id, client_secret
select id, client_id clientId, client_secret clientSecret
from tuoheng_oidc.oauth2_registered_client
where client_id = #{clientId}
</select>

Loading…
Cancel
Save