Re: Web connector login sequence

2020-06-02 Thread Karl Wright
iate the regex > rules by removing a letter in one of them: > “other-site\/cas\/logi = redirect” vs “other-site\/cas\/login = form”. But > this does not feel like a “clean” solution > > > > Regards, > Julien > > > > > > > > *De :* Karl Wright >

RE: Web connector login sequence

2020-06-02 Thread julien.massiera
À : user@manifoldcf.apache.org Objet : Re: Web connector login sequence Hi Julien, The login sequence must include all parts of the login sequence, from initiation (the first 302 that you get when you load /site) all the way through to the last action that sets the cookie. After the login

Re: Web connector login sequence

2020-05-29 Thread Karl Wright
Hi Julien, The login sequence must include all parts of the login sequence, from initiation (the first 302 that you get when you load /site) all the way through to the last action that sets the cookie. After the login sequence is completed, the /site URL will be fetched again. If you need more

Web connector login sequence

2020-05-29 Thread julien.massiera
Hi MCF community, I need some help with the configuration of a login sequence with the Web connector. Here is the login sequence on a web browser : GET site/ 302 -> site/login 302 -> other-site/cas/login 401 other-site/cas/login POST other-site/cas/login (set cookie) 302 ->