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 ->