On Sat, Nov 9, 2019, 08:17 Tim Mackinnon <[email protected]> wrote: > should we have something written that google will find first, to help > people get to this stuff? >
Google indexes stackoverflow almost instantly. Maybe pose and answer the same question there? I did it already for a few questions like how to do a progress bar, etc. The SO workflow allows for it. Cris > tim > > On Mon, 4 Nov 2019, at 9:49 AM, Sven Van Caekenberghe 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 <[email protected]> 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 > > > > >
