SAML artifact server - using redirect not post
Hi
had a working setup.
login.test.com -> SAML IDP
Auth.test.com -> OAuth server + SAML SP - to get a OAuth token you needed a SAML ID
this worked well until I realised some of the redirects where actually posts and you needed a function javascript engine to process them !
I went about changing the ARS on the IDP to redirect with authentication and setup a ACS to talk to it
so login -> SAML IDP + SAML ARS (artifact server)
auth -> OAuth + SAML SP + SAML ACS (artifact comsumer service .. basically - my understanding it make an out of band call to login - so it doesn't go via the browser)
all working good except for the ACS -> ARS call. I can see the request making it to login, I have an irule to capture the post but the VS is terminating the link tcp rst.
No logging in APM or LTM logs I have debug turned on for access profile and SSO doesn't help.
Any one got it working ? Any one got any ideas on how to debug the next step