如果SP发送HTTP POST请求,如何获得SAML身份验证请求?

时间:2019-01-23 08:03:31

标签: spring-boot spring-mvc spring-security saml-2.0 spring-saml

我尝试构建IDP SAML 2.0,而没有将任何第三方集成为Okta,Onelogin ...

我可以使用HTTP GET请求从SP获取SAML请求。

但是,对于HTTP Post请求,我不知道如何获取。

我有一个像Office 365这样的外部SP(服务提供商),并将HTTP Post请求发送到由Spring-boot SAML 2.0实现的IDP。  我已经完成了Office 365的配置以与我的IDP一起使用,现在每次尝试从Office登录时,它将成功重定向到我的IDP,包括HTTP Post请求。

在这种情况下,是否有人知道如何读取HTTP请求正文? 来自github的参考资源Springboot:https://github.com/fhanik/springone2018

office365:https://www.viewds.com/blog/making-office-365-work-with-an-external-saml-identity-provider.html()

0 个答案:

没有答案