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

React Native library implementing Azure AD OAuth2 API

Results 40 react-native-azure-auth issues
Sort by recently updated
recently updated
newest added

Following error while building in IOS Error: Undefined symbols for architecture x86_64: "_RCTMakeError", referenced from: -[AzureAuth presentSafariWithURL:] in AzureAuth.o "_RCTRegisterModule", referenced from: +[AzureAuth load] in AzureAuth.o ld: symbol(s) not found...

Hi am having issues getting token when Authenticating to my AD app using Android emulator, I can not proceed further I can call login.microsoftonline.com to enter my email and enter...

when calling the authorise method, I do not get the token but instead I get a log error saying the expected URI is is not the same the one received...

Versions of the Libraries: "react-native-azure-auth": "^1.8.0", "react": "17.0.1", "react-native": "0.64.0" While Authentication after we sign-in from from the browser getting the following error and unable to signin: **"Error during Azure...

I tried the code snippet proposed in the usage section try { let tokens = await azureAuth.webAuth.authorize({scope: 'openid profile User.Read Mail.Read' }) this.setState({ accessToken: tokens.accessToken }); let info = await...

Hey Vlad. Does the library support brokered authentication with Microsoft Authenticator? Thanks :)

Hi, I'm having a problem on some devices in the login flow. After the user signs In, the app restarts from scratch and the login flow cannot be terminated. I...

prefersEphemeralWebBrowserSession is always false by default.. No provision from webAuth.authorize method to add ephemeralSession property