jeffwils / grails-spring-security-saml

Grails Spring Security SAML2.0 Plugin for Grails 3
8 stars 25 forks source link

how to extract saml request id from saml request xml? #73

Open sanjaygir opened 2 years ago

sanjaygir commented 2 years ago

hi jeff

Thanks for creating the plugin. I am currently using it and it is working nicely.

I need to extract the saml request id from the saml request xml. Since the plugin sends the saml request i dont have control over getting the POST params. Can you please tell how can i extract saml request id? i am thinking of using it for making sure request and response ids match for security.

I have posted the issue in detail here.

https://stackoverflow.com/questions/69513255/how-to-intercept-post-request-from-grails-4-app-and-extract-the-post-body-value

I appreciate your help.

Thanks!