'OAuth 2 can i use Post Form Response and PCKE at the same time?
I am trying to secure an SPA, now there is recommendations to use PCKE which is fine, there is also a lot of articles which suggest use post form response, however if the server returns a html form then how would i add the pcke verifier?
Solution 1:[1]
you don't, post form uses implicit flow so pcke isn't used
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | EnenDaveyBoy |