[Dev] Usage of "tocommonauth" property in OAuth2 Authorize Endpoint

2017-10-27 Thread Isura Karunaratne
Hi all, If the "tocommonauth" property value is true, the authentication response from the login page will forward to the commonauth endpoint through OAuth2 Authorize Endpoint. - IIRC, this was done to reduce the number of redirection in OAuth flow, but I think it is better to handle all t

Re: [Dev] Usage of "tocommonauth" property in OAuth2 Authorize Endpoint

2017-10-27 Thread Ishara Karunarathna
Hi Isura, On Fri, Oct 27, 2017 at 7:43 PM, Isura Karunaratne wrote: > Hi all, > > If the "tocommonauth" property value is true, the authentication response > from the login page will forward to the commonauth endpoint through OAuth2 > Authorize Endpoint. > > >- IIRC, this was done to reduc

Re: [Dev] Usage of "tocommonauth" property in OAuth2 Authorize Endpoint

2017-11-01 Thread Aparna Karunarathna
Hi Isura, Ishara, During the perf test cycles, we have observed some test failures in OAuth2 flows with tocommonauth=true parameter and AFAIR Johan explained there was mail to revert it back use the commonauth endpoint. Regards, Aparna. On Sat, Oct 28, 2017 at 10:45 AM, Ishara Karunarathna wrot

Re: [Dev] Usage of "tocommonauth" property in OAuth2 Authorize Endpoint

2017-11-05 Thread Isura Karunaratne
Hi Aparna, Do we have the stack trace of the error you observed? Thanks Isura. On Wed, Nov 1, 2017 at 2:41 PM, Aparna Karunarathna wrote: > Hi Isura, Ishara, > > During the perf test cycles, we have observed some test failures in OAuth2 > flows with tocommonauth=true parameter and AFAIR Johan

Re: [Dev] Usage of "tocommonauth" property in OAuth2 Authorize Endpoint

2017-11-05 Thread Aparna Karunarathna
Hi Isura, AFAIR Asanthi reported those issues. Regards, Aparna On Mon, Nov 6, 2017 at 9:17 AM, Isura Karunaratne wrote: > Hi Aparna, > > Do we have the stack trace of the error you observed? > > Thanks > Isura. > > On Wed, Nov 1, 2017 at 2:41 PM, Aparna Karunarathna > wrote: > >> Hi Isura, Is