gpt4 book ai didi

java - 如何避免linkedin对同一应用程序的重复授权

转载 作者:行者123 更新时间:2023-12-01 15:05:07 25 4
gpt4 key购买 nike

final LinkedInOAuthService oauthService = LinkedInOAuthServiceFactory.getInstance().createLinkedInOAuthService(consumerKeyValue, consumerSecretValue);
LinkedInRequestToken requestToken = oauthService.getOAuthRequestToken(callbackUrl);
session.setAttribute("requestToken", requestToken);
String authUrl = requestToken.getAuthorizationUrl();
return new ModelAndView("redirect:" + authUrl);

我正在使用上面的代码块让用户从 LinkedIN 授予对我的应用程序的权限。每次当我将用户重定向到具有相同默认范围的 authURL 时,都会出现授权屏幕。无法弄清楚我是否在这里遗漏了任何东西。

最佳答案

您应该将 OAuth 端点从 https://www.linkedin.com/uas/oauth/authorize 更改为至https://www.linkedin.com/uas/oauth/authenticate 。这应该适合你。

关于java - 如何避免linkedin对同一应用程序的重复授权,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13067601/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com