Spring-SAML : Incoming SAML message is invalid

后端 未结 2 616
庸人自扰
庸人自扰 2021-02-10 03:23

I am facing an issue while integrating my app with SAML.

The following is my error:

org.springframework.security.saml.SAMLProcessingFilter.attemptAuthent         


        
2条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-10 04:17

    To fix this issue, set the enityBaseURL property of MetadataGenerator inside metadataGeneratorFilter bean. Code looks like this :

    
            
                
                    
                    
                    
                
            
        
    

提交回复
热议问题