使用https secure idp url修改spring saml示例应用程序

时间:2017-05-10 02:54:46

标签: spring spring-security saml adfs spring-saml

我正在尝试使用内部adfs的示例应用程序,区别在于SSOCircle idp url不是http安全的,而我正在配置的adfs url是https安全的。 我在这里解释了我的方法 Spring saml sample application with https idp url throws exception: No IDP was configured, please update included metadata with at least one IDP

请您查看相同内容并向我解释使https网址有效的步骤吗?

由于

1 个答案:

答案 0 :(得分:0)

您需要做的一件事是将ssl证书添加到您的saml密钥库。

您可以通过几种方式获得此ssl证书。一种方法是在浏览器中查看idP登录表单,然后使用浏览器功能导出证书。

Spring还提供了一个用于提取ssl证书的实用程序。看看这个链接......

http://docs.spring.io/autorepo/docs/spring-security-saml/1.0.x-SNAPSHOT/reference/htmlsingle/#configuration-key-management-ssl-keys