Reputation: 307
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
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