Nov. 4, 2019
9:37 a.m.
Hi, Iâm trying to log a registered user into a webshop (https://mad.coop.dk) using Zinc, but it uses IdentityServer4 ( https://github.com/IdentityServer/IdentityServer4) for authentication (at https://accounts.cl.coop.dk/). So there are more steps involved than just submitting credentials. Usually I just inspect how things work in the Firefox console, then replicate the interactions in Pharo, but this system is a bit too complex, with many unrelated requests happening. Can anyone guide me towards the correct steps to sign in? thanks Siemen