Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1) 我在 wildfly18 服务器中配置了 ADFS (SAML) 配置
2)我在 picketlink.xml 中配置了所有详细信息,如下所示:
3) 我得到了 NAMEID 格式的正确响应,如下所示:
4)但在服务器端我收到如下错误:
5) 我检查了 ADFS 服务器的时间和我的服务器两个时区是否相同。
谁能指导我解决这个问题?
Wildfire 的偏差设置为一个小时?
您是否尝试过使 ADFS 偏斜更大?例如
设置 ADFSRelyingPartyTrust -TargetIdentifier“RP”-NotBeforeSkew 5
将倾斜设置为 5 分钟。