如何重写samlsinglesignon扩展的RedirectionController

2020-08-19 23:43发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


专家您好,

即使我添加了samlsinglesignon作为必需的扩展名,当我想覆盖RedirectionController时也会出现构建错误

导入的de.hybris.platform.samlsinglesignon.RedirectionController无法解析

有什么办法做到

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


专家您好,

即使我添加了samlsinglesignon作为必需的扩展名,当我想覆盖RedirectionController时也会出现构建错误

导入的de.hybris.platform.samlsinglesignon.RedirectionController无法解析

有什么办法做到

付费偷看设置
发送
5条回答
土豆飞人
1楼-- · 2020-08-19 23:56
 SAMLCredential凭据=(SAMLCredential)SecurityContextHolder.getContext()。getAuthentication()。getCredentials(); 

我在redirectionBaseController的上一行中收到空指针错误。 但是saml响应是从第三方返回的。

 
太Q了
2楼-- · 2020-08-20 00:01

我有相同的问题。

也在1808版本中,我试图在自定义bean中进行调用,覆盖DefaultSSOService类的getOrCreateSSOUser()方法

在getOrCreateSSOUser方法中;

最终SAMLCredential凭据=(SAMLCredential)SecurityContextHolder.getContext()。getAuthentication()。getCredentials();

SecurityContextHolder.getContext()。getAuthentication()。getCredentials()的返回类型是一个对象类型,但在RedirectionController中将其强制转换为SAMLCredential的类型没有失败。

奄奄一息的小鱼
3楼-- · 2020-08-19 23:49

即使我添加了samlsinglesignon作为必需的扩展名,也正在尝试覆盖RedirectionController时出现构建错误

导入的de.hybris.platform.samlsinglesignon.RedirectionController无法解析

有什么解决方法

jovirus
4楼-- · 2020-08-20 00:06

此问题是否已解决,如果无法解决,请提供一些有关错误问题的详细信息

callcenter油条
5楼-- · 2020-08-20 00:06

仍在发生异常:不确定为什么这应该是强制转换异常!

[BackofficeSSOService] org.springframework.security.saml.SAMLCredential无法转换为org.springframework.security.saml.SAMLCredential java.lang.ClassCastException:org.springframework.security.saml.SAMLCredential无法转换为org.springframework com.hybris.platform.ctsso.BackofficeSSOService.getOrCreateSSOUser(BackofficeSSOService.java:50)上的.security.saml.SAMLC [classes/:?]位于sun.reflect.NativeMethodAccessorImpl.invoke0(本机方法)〜[?:1.8.0_211]

一周热门 更多>