[openstreetmap/openstreetmap-website] Change Windows Live to Microsoft Account (#1828)

Konrad Wila notifications at github.com
Tue Mar 21 09:38:04 UTC 2023


I have had a look at the library we are using. Properly moving from windows live social sign-in to Microsoft account sign-in would involve moving oauth from login.live.com (old) to login.microsftonline.com (new). The ominiauth-windowslive library is basically a URL encoder for Microsoft's implementation of OAuth 2.0 on their old domain.

A probable deduction of mine is that the two domains could be interchangeable with the right encoding. However, I'm not entirely certain and could be something that could be put forward to Microsoft. @tomhughes @wtrbtl03

If true this would involve rewriting the ominiauth-windowslive for this new domain + encoding or finding another ruby library out there somewhere.

Sources:

old: [https://web.archive.org/web/20170711195343/http://msdn.microsoft.com/en-us/library/hh243647.aspx](url)

new: [https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow](url)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/1828#issuecomment-1477525395
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/openstreetmap-website/issues/1828/1477525395 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20230321/11024935/attachment.htm>


More information about the rails-dev mailing list