Hello, Is authenticating users with Microsoft Account already pre-built in the framework? I am developing a module to integrate with OneDrive and I was wondering if this is already built-in.
According to this article, I can configure that as it is shown here: <a class="postlink" href="https://www.benday.com/2014/02/25/walkthrough-asp-net-mvc-identity-with-microsoft-account-authentication/">https://www.benday.com/2014/02/25/walkt ... ntication/</a>
If this integration is not currently available, shall I follow the above article? Anything specific to Abp?
Thanks
8 Answer(s)
-
0
Hi,
We have tried with azure but I think same thing can work with Microsoft account. You can try to enable either ADFS or OpenId. You just need to configure their values in your web project's config file.
Thanks.
-
0
Thanks Ismail.
OpenId or ADFS could be used to authenticate with Microsoft Account (Outlook.com)? Any example on how to configure these?
Thanks
-
0
Hi,
It is simple actually, you need to fill <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/Web.config#L43">https://github.com/aspnetzero/aspnet-ze ... config#L43</a> or <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/Web.config#L47">https://github.com/aspnetzero/aspnet-ze ... config#L47</a>
You need to get those information from your Microsoft Account. I haven't done this before but it works in this way for Azure.
By the way, do you mean Office 365 by Microsoft Account ?
-
0
Thanks for the hints.
Actually both office 365 and free outlook.com. will that incur more configurations?
-
0
Hi,
No, I just wanted to learn what you are using :).
-
0
I will try it soon and report back :-)
-
0
I will try it soon and report back :-)
-
0
Thanks,
We can try to help you according to your feedback.