mirror of https://gitee.com/topiam/eiam
⚡ 调整开放平台获取调用主体信息
parent
6896e92c2a
commit
1cd7fd4873
|
@ -85,7 +85,7 @@ public class AccessTokenAuthenticationToken extends AbstractAuthenticationToken
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Object getPrincipal() {
|
public Object getPrincipal() {
|
||||||
return this.getToken();
|
return this.getClientId();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue