Re: [Dev] Removing PKCE column check during OAuth data persistence

2019-04-11 Thread Ruwan Abeykoon
+1 On Thu, Apr 11, 2019 at 3:35 PM Farasath Ahamed wrote: > > > On Thu, Apr 11, 2019 at 3:33 PM Sathya Bandara wrote: > >> Hi all, >> >> Curently in AuthorizationCodeDAOImpl [1] and OAuthAppDAO we have the >> 'isPkceEnabled' flag to check the availability of PKCE columns during data >>

Re: [Dev] Removing PKCE column check during OAuth data persistence

2019-04-11 Thread Farasath Ahamed
On Thu, Apr 11, 2019 at 3:33 PM Sathya Bandara wrote: > Hi all, > > Curently in AuthorizationCodeDAOImpl [1] and OAuthAppDAO we have the > 'isPkceEnabled' flag to check the availability of PKCE columns during data > persistence. This has been added to handle the migration scenarios. The > PKCE

[Dev] Removing PKCE column check during OAuth data persistence

2019-04-11 Thread Sathya Bandara
Hi all, Curently in AuthorizationCodeDAOImpl [1] and OAuthAppDAO we have the 'isPkceEnabled' flag to check the availability of PKCE columns during data persistence. This has been added to handle the migration scenarios. The PKCE feature was introduced with IS 5.2.0 and we already have 6 major