Is it possible to use PKCE authorization code flow for regular web app?

Hi there @karthik.jeeva !

While I believe technically possible, none of our regular web app specific SDKs support PKCE - The primary reason being that typically the client is confidential (server side) and can thus store a client secret appropriately. A securely stored client secret is generally considered a better option.

Hope this helps to clarify!