I am testing a messaging application that uses single sign-on(SSO). I need to simulate a user connecting to WAM using SSO, then I need to get the cookie from the server and store it for further communication events. Is anyone familiar with how this might be done using Ruby?
I am testing a messaging application that uses single sign-on(SSO). I need to simulate
Share
Mechanize does that automatically. There are also other HTTP client gems that may support cookies, e.g. this httparty example.