react-native-azure-ad icon indicating copy to clipboard operation
react-native-azure-ad copied to clipboard

React Native module implements Azure AD authentication flow in pure js

Results 31 react-native-azure-ad issues
Sort by recently updated
recently updated
newest added

`ERROR: ADLoginView._getResourceAccessToken Error: Failed to acquire token for resources` React native app code as below ``` /** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import React, {...

Can I user broker and microsoft authenticator with this library ?

onSuccessLogin function is not called after logged in

AADSTS50020: We are unable to issue tokens from this api version for a Microsoft account. Please contact the application vendor as they need to use version 2.0 of the protocol...

MS made a change to their API that became effective November 15, 2018 in which the same auth-code cannot be used more than once. This library is broken by that...

Great project here. My only issue is that the WebView for logging in / out displays a back button, and pressing the button causes an unfriendly error. Anyone have advice...

Trying to use your module to access a protected web API in my own Tenant. I seem to get a token back with values for access_token and id_token but using...

We are using this library to authenticate users to get access token for Microsoft Graph. Our mobile app is calling a web service, and the web service is calling Microsoft...

Sorry if too off-topic. I was disappointed to learn: * Microsoft has zero plans to add Azure support for React Native apps. * https://github.com/Azure/azure-mobile-apps-js-client/issues/195 **Goal: [Offline Data Sync in Azure...

![aadissue3](https://user-images.githubusercontent.com/15728918/37866793-7072ae2c-2fb5-11e8-9490-9c159fad5f5a.PNG) Facing the issue shown in attached screenshot while trying to acquire token. Running the app in Windows 10 on Android emulator using the react-native run-android command. The same issue...