mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 04:22:08 +08:00
getAppDetails rename to get & cached load
This commit is contained in:
@@ -85,11 +85,11 @@ public class UserInfoEndpoint {
|
||||
try{
|
||||
oAuth2Authentication = oauth20tokenServices.loadAuthentication(access_token);
|
||||
|
||||
String client_id= oAuth2Authentication.getOAuth2Request().getClientId();
|
||||
String client_id = oAuth2Authentication.getOAuth2Request().getClientId();
|
||||
ClientDetails clientDetails =
|
||||
clientDetailsService.loadClientByClientId(client_id,true);
|
||||
|
||||
Apps app = appsService.get(client_id);
|
||||
Apps app = appsService.get(client_id,true);
|
||||
|
||||
AbstractAuthorizeAdapter adapter;
|
||||
if(ConstsBoolean.isTrue(app.getIsAdapter())){
|
||||
|
||||
Reference in New Issue
Block a user