microsoft / mvp

Microsoft MVP Program GitHub Repository
https://microsoft.github.io/mvp/
69 stars 31 forks source link

[Feature] Use Microsoft Authentication Library for Login #8

Open jamesmontemagno opened 7 years ago

jamesmontemagno commented 7 years ago

Is this possible? It will cache our token correctly and work really nice. Seems like we are using a browser?

cxpace commented 7 years ago

Adding Micah Nasarow to comment on this.

MicahN-ISS commented 7 years ago

James, I can do some research on this. Live Id oauth API "out of the box" instructions for phone apps specify to use a web browser control. I am not up to speed on the library you suggest, but if it can work in the Xamarin app, then lets try it out!

jamesmontemagno commented 7 years ago

Checkout: https://channel9.msdn.com/Shows/XamarinShow/Episode-27-Azure-Active-Directory-Authentication-with-Vittorio-Bertocci which we talk about MSAL

LanceMcCarthy commented 6 years ago

The limitation here is the the API requires MSAL OAuth 2 token. I spoke to the dev team behind the API and there's no plan to enable AAD or multi-tenant capability, so if the MAL.net works for this it will be spectacular.