How to configuration of IDP metadata and SP metadata in Spring Security SAML sample?

前端 未结 2 1460
醉话见心
醉话见心 2021-02-06 15:44

I want to deal with Spring Security SAML. For this, I start to explore Spring Security SAML. At the beginning, I create an account at SSOCircle. Than I configurated of IDP meta

2条回答
  •  不知归路
    2021-02-06 16:14

    The metadata generator filter generates metadata for your application (service provider). The entity id you're providing (http://idp.ssocircle.com) is already used by the SSO Circle, you should create a unique value which describes your application, e.g. urn:test:helsinki:myapp

    Just like the manual says:

    make sure to replace the entityId value with a string which is unique within the SSO Circle service (e.g. urn:test:yourname:yourcity)

提交回复
热议问题