reactdesign
reactdesign

Reputation: 307

Support ADFS on desktop and mobile app

We need to build a desktop (using angular4) and a mobile application (using react-native) that supports single sign on for our clients who are using ADFS in their organisations. We are looking forward to implement outh2 authentication on desktop and mobile app.

Can someone please guide how can we implement it. Should the app(s) be registered at azure-portal or apps.dev.microsoft.com? Do we need a backend API, what would this backend api do?

Thanks.

Upvotes: 0

Views: 591

Answers (1)

Navya Canumalla
Navya Canumalla

Reputation: 507

You need to register your app on azure.portal if you want to support sign in with Active Directory organizational or work accounts, which I believe is your case. The apps.dev.microsoft.com portal is for registering apps that want to support sign in with both AD work accounts and Microsoft personal accounts.

You can read this article to get an idea of the different application types and platforms that are supported.

Upvotes: 1

Related Questions