OAuth2 Authorization Code Flow with PKCE approach in an Intellij Plugin

Planned

Is there any latest approach people do when doing an OAuth2 Authorization Code Flow with PKCE on an Intellij Plugin?

I've checked all around and this is the only article I've found to be related:
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360010462559-Redirect-to-IDE-from-browser?input_string=OAuth2%20Authorization%20Code%20Flow%20with%20PKCE%20approach%20in%20an%20Intellij%20Plugin

It suggests to use a local web server to redirect from browser back to the plugin, which is possible and should be technically fine, but I'm just wondering, is there any better way of handling this?

1

Please sign in to leave a comment.