OpenId with Desktop Application?

前端 未结 2 422
花落未央
花落未央 2021-01-21 07:37

We\'re using an API from a provider; in their next version, they would provide an OpenId server but mostly the users are using their desktop application. An other website we\'re

2条回答
  •  梦谈多话
    2021-01-21 07:54

    I think the answer is "it depends." For the close-and-reopened browser question, it depends on whether your sites use session cookies or persistent cookies to authenticate requests.

    But as for the authenticate-with-desktop-client-and-then-open-a-browser, you'd have to ask the provider for more details. I can imagine ways to do it that would have either outcome.

提交回复
热议问题