问题描述
SSO产品PingFederate produces a "Page Expired" when it cannot find the request in its table of recent requests。他们以让人联想起"640K ought to be enough for anybody."的方式声明
This is unlikely since PingFederate's state table handles up to 10000 requests by default.
好吧,你猜怎么着,这个PingFederate服务器有点忙(每分钟产生10MB的日志),因此,如果用户等待一个小时,则产生了10K请求,并且该状态表不再包含该请求。查找键(cookie + nonce)。
因此,除了试图阻止用户停留在登录屏幕之外,还有什么方法可以指示PF“在Pag过期的情况下将用户重定向回登录屏幕”?
注销请求具有through the InErrorResource
parameter的确切功能,因此似乎存在相反的情况。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)