Browser for SSO
Answered
I'm trying to make a plugin that will get data from a system that requires SSO authentication -- which I think means I'd like to be able to open a web page in which the developer logs in and my plugin gets a token back. I think if I just open an external browser, i won't get the token back. Are there any good examples of this sort of flow?
Please sign in to leave a comment.
IntelliJ IDEA doesn't provide any APIs for that, you will have to find some third-party solution.
I've been told that we were using https://wiki.jasig.org/display/CAS/Home in some of our products before 2014. Now there is in-house solution (JetBrains Account using the SSO-like mechanism based on cookies).