reactdesign
reactdesign

Reputation: 307

Azure AD SSO for native mobile application

I am working on a react-native project. I need to implement single-sign-on on this app. I am using plugin "react-native-azure-ad-2" to implement this. But when I try to sign-on it fails. The error I am getting is "Application '601...' is not supported for this API version." What am I doing wrong?

Upvotes: 1

Views: 406

Answers (1)

juunas
juunas

Reputation: 58733

The module you mention uses the new v2 endpoints. You have to register the app at https://apps.dev.microsoft.com, not portal.azure.com.

Upvotes: 2

Related Questions