How to configuration of IDP metadata and SP metadata in Spring Security SAML sample?
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 metadata and generation of SP metadata (4.2.2 and 4.2.3). At entityId I set: <bean id="metadataGeneratorFilter" class="org.springframework.security.saml.metadata.MetadataGeneratorFilter"> <constructor-arg> <bean class="org.springframework.security.saml.metadata.MetadataGenerator"> <property name="entityId" value="http://idp.ssocircle.com"/> </bean> </constructor-arg> </bean> When I start application, I have: Error occurred