ulisesbocchio / spring-boot-security-saml

spring-security-saml integration with Spring Boot
MIT License
157 stars 72 forks source link

how to handle URL encoding in SAML response #99

Open minaksheej opened 3 years ago

minaksheej commented 3 years ago

I am using spring-security-saml for SSO..its worked fine on my local system..while I have deployed it ,stopped working I found the saml response that I am receiving on server is having having URL encoding over base64 encoded response and while saml is decoding the response its giving error..Please help me how I can solve this