OAuth2 Code Flow + PKCE
Hi,
We need to implement Oauth2 Code Flow + PKCE. Any experience with InterSystems OAuth2 Server on this would be welcome.
What parameters did you setup on OAuth 2 server configuration page to make it work?
Thanks!
Comments
For those who are interested, here is an good article on the ≠ between implicit flow and code flow with PKCE:
https://christianlydemann.com/implicit-flow-vs-code-flow-with-pkce/
Check this series of articles by @Daniel Kutac.
Thanks Eduard. As I understand, these articles address authorization flow for confidential client.
I would need a oauth2 flow compatible with an angular public client and the recommended one for this kind of client is code flow + PKCE.
Anyone experience this kind authorization flow with IRIS as server?
Hi Blaise,
I understand intersystems will support OAuth code follow with PKCE in 2021.2.
Did you work out a flow?