使用token换用户信息,使用sdk,返回403没权限

问题描述

使用token换用户信息,使用sdk,返回403没权限

重现步骤

1.登录拿到code
2.code换token没问题
3.用token获取用户信息,403

附加信息

  • Version:
    cn.authing
    authing-java-sdk
    3.0.20

  • Platform:
    AuthenticationClientOptions options = getAuthenticationClientOptions();
    options.setAccessToken(“eyJ0eXAi。。。。。。。1lMVWjdsfyhG4In4VcTQXjP7413mlKn-naBZnTOsYA”);
    AuthenticationClient client = new AuthenticationClient(options);

          UserSingleRespDto response = client.getProfile(new GetProfileDto());
          System.out.println(JsonUtils.serialize(response));

您好,getProfile 接口 403 这个问题正在处理,预计下周一可用。
可以暂时在第三步调用 getUserInfoByAccessToken 接口获取用户信息。