Spring Security SAML IdP Metadata Certificate and Signature

前端 未结 3 525
傲寒
傲寒 2021-01-22 14:51

I have looked at many questions including https://stackoverflow.com/a/25384924/1317559. I have the IdP metadata and certificate, but can\'t seem to get Spring so see it.

<
3条回答
  •  甜味超标
    2021-01-22 15:36

    This problem was fixed. There were many problems in fact. I am using the Spring SAML sample application:

    • Need to add the public certificate (the first one after the signature, in the idp metadata) to the samlKeystore.jks under Other sources, security.
    • The password is nalle123 .
    • Don't put anything in the securityContext.xml file.

提交回复
热议问题