shedaltd / react-native-azure-ad-2

A React Native module for Microsoft Azure Identiry Authentication version 2. Implemented using pure Javascript and no others lib
MIT License
47 stars 71 forks source link

After login, warning: Can't open URL #21

Open japaveh opened 4 years ago

japaveh commented 4 years ago

After a successful login on Microsoft I return to the application and then I bounce on the following error:

Can't open url: msauth.com.jield.TENANT://auth/?code=A.very.long.code&state=abcd&session_state=befa7478-23c3-4557-a4db-6bae7d1d68f2

image

I am using Expo to write the code and I don't know how to let the application handle the return request. Any idea's or other tips?