2020-09-13 09:39发布
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
我正在尝试在Hybris 6.7中为Android/iOS配置登录Web服务。 您能否分享使用oAuth令牌进行配置的步骤?
1)创建一个自定义移动API-/device/oauth/token。 2)确保使用DTO传递" customerid"," password"," deviceType"。 3)验证用户详细信息4)然后配置config = getConfigurationService()。getConfiguration(); UsernamePasswordAuthenticationToken authRequest = new UsernamePasswordAuthenticationToken(config.getString(" trusted.client_id"," trusted_client"),config.getString(" trusted.client_password","秘密"));
身份验证authResult = this.getClientAuthenticationManager()。authenticate(authRequest);
5)验证客户的用户名和密码并生成令牌
最多设置5个标签!
1)创建一个自定义移动API-/device/oauth/token。 2)确保使用DTO传递" customerid"," password"," deviceType"。 3)验证用户详细信息4)然后配置config = getConfigurationService()。getConfiguration(); UsernamePasswordAuthenticationToken authRequest = new UsernamePasswordAuthenticationToken(config.getString(" trusted.client_id"," trusted_client"),config.getString(" trusted.client_password","秘密"));
身份验证authResult = this.getClientAuthenticationManager()。authenticate(authRequest);
5)验证客户的用户名和密码并生成令牌
一周热门 更多>