Using Microsoft OAuth Identity provider with IIS Express
Shouldn’t be any problem right? Facebook apps allows you to specify localhost for the callback/redirect url. Sweet! But microsoft doesn’t! So this is what I did. I created a new application https://account.live.com/developers/applications/create and specified kingen.se as redirect domain. I added a DNS record to C:\windows\system32\drivers\etc\hosts that routes 127.0.0.1 to kingen.se. I changed the site binding in %Documents%\IISExpress\config\applicationHost.config […]