spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 484 forks source link

how to handle URL encoding in SAML response #514

Closed minaksheej closed 3 years ago

minaksheej commented 3 years ago

Hi , 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

jzheaux commented 3 years ago

Thanks for getting in touch, we'd love to help! Will you please post this question to Stack Overflow? Then, share the link here so that others can find it. We use GitHub only for bug reports and feature requests.

Or, if you feel this is a genuine Spring Security bug, please provide a minimal sample that reproduces the issue.