Thanks, Sven - I'll do that! -- Siemen On Mon, Nov 4, 2019 at 10:50 AM Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Siemen,
This seems to be an implementation of OpenID Connect and OAuth 2.0.
There already exists a working implementation of OAuth for Zinc/Pharo, load the 'SSO' group from the baseline to get the code.
Now, this subject requires some learning curve, it is not super complex, but you have to really understand how it works in order to set it up and debug it. You have to start by reading a couple of good tutorials.
I am not using this, but others are, so maybe they can help you further.
Sven
On 4 Nov 2019, at 10:37, Siemen Baader <siemenbaader@gmail.com> wrote:
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